NOTE: Copyright (c) 2002-2012 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) Proprietary Software 9.4 (TS1M4) Licensed to OKLAHOMA STATE UNIVERSITY - T&R SFA, Site 70080396. NOTE: This session is executing on the X64_10PRO platform. NOTE: Updated analytical products: SAS/STAT 14.2 SAS/ETS 14.2 SAS/OR 14.2 SAS/IML 14.2 SAS/QC 14.2 NOTE: Additional host information: X64_10PRO WIN 10.0.16299 Workstation NOTE: SAS initialization used: real time 4.84 seconds cpu time 1.76 seconds 1 libname natee 'C:\Users\mikhas\Google Drive\Ph. D\OSU\Research Ideas\Potential Projects\DEA 1 ! for NFP\Base File'; run; NOTE: Libref NATEE was successfully assigned as follows: Engine: V9 Physical Name: C:\Users\mikhas\Google Drive\Ph. D\OSU\Research Ideas\Potential Projects\DEA for NFP\Base File 2 3 OPTIONS COMPRESS = YES;RUN; 4 5 data NCCS01; set natee.NCCS_CONSOL_2018_10_10; run; NOTE: There were 1103557 observations read from the data set NATEE.NCCS_CONSOL_2018_10_10. NOTE: The data set WORK.NCCS01 has 1103557 observations and 27 variables. NOTE: Compressing data set WORK.NCCS01 decreased size by 34.44 percent. Compressed is 1683 pages; un-compressed would require 2567 pages. NOTE: DATA statement used (Total process time): real time 1.61 seconds cpu time 1.40 seconds 6 7 *Set the Industries; 8 data NCCS01; set NCCS01; 9 if missing(NTEE1)=1 then NTEE1=NTEE1_FULL; 10 TAXPER2 = put(TAXPER,6.); 11 TAXYR=substr(TAXPER2,1,4); 12 if TAXYR eq "2013" then KEEP=1; 13 if TAXYR eq "2014" then KEEP=1; 14 if TAXYR eq "2015" then KEEP=1; if KEEP ne 1 then delete; drop TAXPER2 KEEP; 15 *NTEE Categorization - See Amin & Harris p. 33; 16 *Arts, Cultures, Humanities; 17 if NTEE1 eq "A" then NTEE_1=1; else NTEE_1=0; if missing(NTEE1)=1 then NTEE_1=""; 18 if NTEE_1 eq 1 then NTEE_C6=1; 19 *Education; 20 if NTEE1 eq "B" then NTEE_2=1; else NTEE_2=0; if missing(NTEE1)=1 then NTEE_2=""; 21 if NTEE_2 eq 1 then NTEE_C6=2; 22 *Health; 23 if NTEE1 eq "E" or NTEE1 eq "F" or NTEE1 eq "G" or NTEE1 eq "H" then NTEE_3=1; else NTEE_3=0; 23 ! if missing(NTEE1)=1 then NTEE_3=""; 24 if NTEE_3 eq 1 then NTEE_C6=3; 25 *Human Services; 26 if NTEE1 eq "I" or NTEE1 eq "J" or NTEE1 eq "K" or NTEE1 eq "L" or NTEE1 eq "M" or NTEE1 eq 26 ! "N" or NTEE1 eq "O" or NTEE1 eq "P" then NTEE_4=1; else NTEE_4=0; if missing(NTEE1)=1 then 26 ! NTEE_4=""; 27 if NTEE_4 eq 1 then NTEE_C6=4; 28 *Public and Social Benefits; 29 if NTEE1 eq "R" or NTEE1 eq "S" or NTEE1 eq "T" or NTEE1 eq "U" or NTEE1 eq "V" or NTEE1 eq 29 ! "W" then NTEE_5=1; else NTEE_5=0; if missing(NTEE1)=1 then NTEE_5=""; 30 if NTEE_5 eq 1 then NTEE_C6=5; 31 *Other; 32 if NTEE1 eq "C" or NTEE1 eq "D" or NTEE1 eq "Q" or NTEE1 eq "X" or NTEE1 eq "Y" or NTEE1 eq 32 ! "Z" then NTEE_6=1; else NTEE_6=0; if missing(NTEE1)=1 then NTEE_6=""; 33 if NTEE_6 eq 1 then NTEE_C6=6; run; NOTE: Character values have been converted to numeric values at the places given by: (Line):(Column). 17:79 20:79 23:127 26:191 29:159 32:159 NOTE: There were 1103557 observations read from the data set WORK.NCCS01. NOTE: The data set WORK.NCCS01 has 1015447 observations and 35 variables. NOTE: Compressing data set WORK.NCCS01 decreased size by 45.97 percent. Compressed is 1811 pages; un-compressed would require 3352 pages. NOTE: DATA statement used (Total process time): real time 3.07 seconds cpu time 2.35 seconds 34 *Drop if missing output; 35 data NCCS01; set NCCS01; 36 if missing(PROGREV)=1 then delete; 37 if PROGREV le 0 then delete; run; NOTE: There were 1015447 observations read from the data set WORK.NCCS01. NOTE: The data set WORK.NCCS01 has 575447 observations and 35 variables. NOTE: Compressing data set WORK.NCCS01 decreased size by 44.11 percent. Compressed is 1062 pages; un-compressed would require 1900 pages. NOTE: DATA statement used (Total process time): real time 2.14 seconds cpu time 1.56 seconds 38 *Drop if missing Input; 39 data NCCS01; set NCCS01; 40 if missing(INVNTRIESALESEND)=1 then delete; 41 if missing(LNDBLDGSEQUIPEND)=1 then delete; 42 if missing(INTANGIBLEASSETSEND)=1 then delete; 43 if missing(OTHRASSETSEND)=1 then delete; 44 if missing(ADVRTPROMO)=1 then delete; 45 if missing(INFOTECH)=1 then delete; 46 if missing(ROYALTSEXPNS)=1 then delete; 47 if missing(OTHREXPNSF)=1 then delete; 48 if missing(NTEE_C6)=1 then delete; run; NOTE: There were 575447 observations read from the data set WORK.NCCS01. NOTE: The data set WORK.NCCS01 has 376006 observations and 35 variables. NOTE: Compressing data set WORK.NCCS01 decreased size by 45.01 percent. Compressed is 683 pages; un-compressed would require 1242 pages. NOTE: DATA statement used (Total process time): real time 0.97 seconds cpu time 0.92 seconds 49 *Drop if all inputs are $0; 50 data NCCS01; set NCCS01; 51 ALL0=(INVNTRIESALESEND+LNDBLDGSEQUIPEND+INTANGIBLEASSETSEND+OTHRASSETSEND+ADVRTPROMO+INFOTECH 51 ! +ROYALTSEXPNS+OTHREXPNSF); 52 if ALL0 eq 0 then delete; drop ALL0; 53 *Rename to the Industry and Year Naming for the Upcoming DEA; 54 FFIND=cat(NTEE_C6,TAXYR); GVKEYYEAR=cat(EIN,TAXPER); obs=1; run; NOTE: There were 376006 observations read from the data set WORK.NCCS01. NOTE: The data set WORK.NCCS01 has 359574 observations and 38 variables. NOTE: Compressing data set WORK.NCCS01 decreased size by 76.58 percent. Compressed is 810 pages; un-compressed would require 3458 pages. NOTE: DATA statement used (Total process time): real time 1.18 seconds cpu time 1.10 seconds 55 proc sort nodupkey data=NCCS01; by GVKEYYEAR; run; NOTE: There were 359574 observations read from the data set WORK.NCCS01. NOTE: 0 observations with duplicate key values were deleted. NOTE: The data set WORK.NCCS01 has 359574 observations and 38 variables. NOTE: Compressing data set WORK.NCCS01 decreased size by 76.58 percent. Compressed is 810 pages; un-compressed would require 3458 pages. NOTE: PROCEDURE SORT used (Total process time): real time 1.75 seconds cpu time 1.70 seconds 56 proc sort data=NCCS01; by FFIND; run; NOTE: There were 359574 observations read from the data set WORK.NCCS01. NOTE: The data set WORK.NCCS01 has 359574 observations and 38 variables. NOTE: Compressing data set WORK.NCCS01 decreased size by 76.58 percent. Compressed is 810 pages; un-compressed would require 3458 pages. NOTE: PROCEDURE SORT used (Total process time): real time 1.58 seconds cpu time 1.90 seconds 57 /*proc means data=NCCS01; var PROGREV obs; by FFIND; run;*/ 58 59 60 /* 61 *Going to try some random samples to figure out how many observations SAS can handle.; 62 proc surveyselect data=NCCS01 out=NCCS01a 63 method=srs n=750 seed=39647; 64 where NTEE_C6 eq 1 and TAXYR eq "2014"; 65 run; 66 proc surveyselect data=NCCS01 out=NCCS01b 67 method=srs n=750 seed=39647; 68 where NTEE_C6 eq 2 and TAXYR eq "2014"; 69 run; 70 data NCCS01; set NCCS01a NCCS01b; run; 71 */ 72 73 74 /*Instructions to expand memsize 75 https://stackoverflow.com/questions/37038194/increasing-sas-memory-memsize 76 77 proc options option=config; run; 78 proc options option=memsize; run; 79 */ 80 data _null_; 81 datetime = datetime(); 82 put datetime= datetime18.; 83 run; datetime=26NOV18:11:34:45 NOTE: DATA statement used (Total process time): real time 0.05 seconds cpu time 0.03 seconds 84 85 proc means data=NCCS01; var 86 PROGREV 87 INVNTRIESALESEND 88 LNDBLDGSEQUIPEND 89 INTANGIBLEASSETSEND 90 OTHRASSETSEND 91 ADVRTPROMO 92 INFOTECH 93 ROYALTSEXPNS 94 OTHREXPNSF; 95 run; NOTE: Writing HTML Body file: sashtml.htm NOTE: There were 359574 observations read from the data set WORK.NCCS01. NOTE: PROCEDURE MEANS used (Total process time): real time 2.21 seconds cpu time 1.40 seconds 96 *Clear out the Results; 97 ods html close; ods html; NOTE: Writing HTML Body file: sashtml1.htm 98 99 data inputs; 100 input input $19.; 101 datalines; NOTE: The data set WORK.INPUTS has 8 observations and 1 variables. NOTE: Compressing data set WORK.INPUTS increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages. NOTE: DATA statement used (Total process time): real time 0.02 seconds cpu time 0.00 seconds 110 ; 111 112 data outputs; 113 input output $7.; 114 datalines; NOTE: Compression was disabled for data set WORK.OUTPUTS because compression overhead would increase the size of the data set. NOTE: The data set WORK.OUTPUTS has 1 observations and 1 variables. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.00 seconds 116 ; 117 118 119 /* 120 options nosource nonotes source2 errors=20; 121 OPTIONS MLOGIC SYMBOLGEN; 122 */ 123 124 %MACRO CREATEDATA(ID); 125 DATA DEAPROCESS; 126 SET NCCS01; 127 WHERE FFIND = "&ID."; 128 RUN; 129 %MEND; 130 131 /*FIND ALL FFINDs*/ 132 PROC SQL NOPRINT; 133 SELECT COUNT(DISTINCT(FFIND)) 134 INTO :FFINDS 135 FROM NCCS01; 136 137 %LET FFINDS = &FFINDS; 138 139 SELECT DISTINCT FFIND 140 INTO :FFIND1-:FFIND&FFINDS. 141 FROM NCCS01; 142 QUIT; NOTE: PROCEDURE SQL used (Total process time): real time 1.67 seconds cpu time 1.34 seconds 143 144 %MACRO CALLDEAFFIND(); 145 data DEAPROCESS; set DEAPROCESS; 146 *The first several PROC OPTMODEL statements declare index sets and parameters and then read 146! the input data:; 147 148 proc optmodel; 149 set INPUTS; 150 read data inputs into INPUTS=[input]; 151 152 set OUTPUTS; 153 read data outputs into OUTPUTS=[output]; 154 155 set DEADATA; 156 str GVKEYYEAR {DEADATA}; 157 num input {INPUTS, DEADATA}; 158 num output {OUTPUTS, DEADATA}; 159 read data DEAPROCESS into DEADATA=[_N_] GVKEYYEAR 160 {i in INPUTS} 161 {i in OUTPUTS} ; 162 163 num k; 164 num efficiency_number {DEADATA}; 165 num weight_sol {DEADATA, DEADATA}; 166 167 *The following statements correspond directly to the mathematical programming formulation 167! described earlier:; 168 169 var Weight {DEADATA} >= 0; 170 var Inefficiency >= 0; 171 172 max Objective = Inefficiency; 173 174 con Input_con {i in INPUTS}: 175 sum {j in DEADATA} input[i,j] * Weight[j] <= input[i,k]; 176 177 con Output_con {i in OUTPUTS}: 178 sum {j in DEADATA} output[i,j] * Weight[j] >= output[i,k] * Inefficiency; 179 180 *The following statements loop over all garages, call the linear programming solver once per 180! garage, and store the results in the parameters efficiency_number and weight_sol:; 181 182 do k = DEADATA; 183 solve; 184 efficiency_number[k] = 1 / Inefficiency.sol; 185 for {j in DEADATA} 186 weight_sol[k,j] = (if Weight[j].sol > 1e-6 then Weight[j].sol else .); 187 end; 188 189 *After the DO loop terminates, the following statements partition the garages into two sets 189! by using a threshold on the resulting efficiency numbers:; 190 191 set EFFICIENT_FIRMS = {j in DEADATA: efficiency_number[j] >= 1}; 192 set INEFFICIENT_FIRMS = DEADATA diff EFFICIENT_FIRMS; 193 194 *The following statements print the efficiency numbers, as shown in Figure 23.1, and write 194! them to the efficiency_data data set:; 195 196 print GVKEYYEAR efficiency_number; 197 create data efficiency_data from [firm] GVKEYYEAR efficiency_number; 198 199 *The following CREATE DATA statements write the inefficient garages and the corresponding 199! multiples of efficient garages to SAS data sets (in both dense and sparse form), as in Table 199! 14.8 in Williams:; 200 201 create data weight_data_dense from [inefficient_firm]=INEFFICIENT_FIRMS 202 GVKEYYEAR 203 efficiency_number 204 {efficient_firm in EFFICIENT_FIRMS} ; 206 create data weight_data_sparse from 207 [inefficient_firm efficient_firm]= 208 {g1 in INEFFICIENT_FIRMS, g2 in EFFICIENT_FIRMS: weight_sol[g1,g2] ne .} 209 weight_sol; 210 quit; 211 ods html close; ods html; 212 %MEND CALLDEAFFIND; 213 214 %MACRO EXPORT(E); 215 PROC SQL; 216 CREATE TABLE DEAEXPORT AS 217 SELECT FIRM,GVKEYYEAR,efficiency_number FROM Efficiency_data; 218 RUN; 219 220 DATA WORK.DEARESULTS&E._EXPORT; SET DEAEXPORT; 221 RUN; 222 %MEND EXPORT; 223 224 %MACRO GENERATEBYFFIND; 225 %DO F = 1 %TO &FFINDS; 226 %CREATEDATA(&&FFIND&F); 227 %CALLDEAFFIND(); 228 %EXPORT(&F); 229 %END; 230 %MEND GENERATEBYFFIND; 231 232 %GENERATEBYFFIND; NOTE: There were 11717 observations read from the data set WORK.NCCS01. WHERE FFIND='12013'; NOTE: The data set WORK.DEAPROCESS has 11717 observations and 38 variables. NOTE: Compressing data set WORK.DEAPROCESS decreased size by 75.22 percent. Compressed is 28 pages; un-compressed would require 113 pages. NOTE: DATA statement used (Total process time): real time 0.08 seconds cpu time 0.06 seconds NOTE: There were 11717 observations read from the data set WORK.DEAPROCESS. NOTE: The data set WORK.DEAPROCESS has 11717 observations and 38 variables. NOTE: Compressing data set WORK.DEAPROCESS decreased size by 75.22 percent. Compressed is 28 pages; un-compressed would require 113 pages. NOTE: DATA statement used (Total process time): real time 0.04 seconds cpu time 0.03 seconds NOTE: There were 8 observations read from the data set WORK.INPUTS. NOTE: There were 1 observations read from the data set WORK.OUTPUTS. NOTE: There were 11717 observations read from the data set WORK.DEAPROCESS. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 11718 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 50390 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. ERROR: Out of memory. NOTE: The maximum message limit was reached during execution of the statement block. 1696 notes and warnings were not displayed. NOTE: The data set WORK.EFFICIENCY_DATA has 11717 observations and 3 variables. NOTE: Compressing data set WORK.EFFICIENCY_DATA increased size by 33.33 percent. Compressed is 8 pages; un-compressed would require 6 pages. ERROR: The array element 'efficiency_number[1722]' has no value at line 11 column 107. ERROR: The symbol 'INEFFICIENT_FIRMS' has no value at line 15 column 211. NOTE: The data set WORK.WEIGHT_DATA_SPARSE has 0 observations and 3 variables. NOTE: The SAS System stopped processing this step because of errors. NOTE: PROCEDURE OPTMODEL used (Total process time): real time 4:45.15 cpu time 3:52.93 NOTE: Writing HTML Body file: sashtml2.htm NOTE: Compressing data set WORK.DEAEXPORT increased size by 33.33 percent. Compressed is 8 pages; un-compressed would require 6 pages. NOTE: Table WORK.DEAEXPORT created, with 11717 rows and 3 columns. NOTE: PROC SQL statements are executed immediately; The RUN statement has no effect. NOTE: PROCEDURE SQL used (Total process time): real time 0.52 seconds cpu time 0.00 seconds NOTE: There were 11717 observations read from the data set WORK.DEAEXPORT. NOTE: The data set WORK.DEARESULTS1_EXPORT has 11717 observations and 3 variables. NOTE: Compressing data set WORK.DEARESULTS1_EXPORT increased size by 33.33 percent. Compressed is 8 pages; un-compressed would require 6 pages. NOTE: DATA statement used (Total process time): real time 0.21 seconds cpu time 0.04 seconds NOTE: There were 14198 observations read from the data set WORK.NCCS01. WHERE FFIND='12014'; NOTE: The data set WORK.DEAPROCESS has 14198 observations and 38 variables. NOTE: Compressing data set WORK.DEAPROCESS decreased size by 75.18 percent. Compressed is 34 pages; un-compressed would require 137 pages. NOTE: DATA statement used (Total process time): real time 0.35 seconds cpu time 0.03 seconds NOTE: There were 14198 observations read from the data set WORK.DEAPROCESS. NOTE: The data set WORK.DEAPROCESS has 14198 observations and 38 variables. NOTE: Compressing data set WORK.DEAPROCESS decreased size by 75.18 percent. Compressed is 34 pages; un-compressed would require 137 pages. NOTE: DATA statement used (Total process time): real time 0.07 seconds cpu time 0.04 seconds NOTE: There were 8 observations read from the data set WORK.INPUTS. NOTE: There were 1 observations read from the data set WORK.OUTPUTS. NOTE: There were 14198 observations read from the data set WORK.DEAPROCESS. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Division by zero at line 9 column 33. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads. NOTE: The problem has 14199 variables (0 free, 0 fixed). NOTE: The problem has 9 linear constraints (8 LE, 0 EQ, 1 GE, 0 range). NOTE: The problem has 61370 linear constraint coefficients. NOTE: The problem has 0 nonlinear constraints (0 LE, 0 EQ, 0 GE, 0 range). NOTE: The OPTMODEL presolver is disabled for linear problems. NOTE: The LP presolver value AUTOMATIC is applied. NOTE: The LP presolver found this problem to be infeasible or unbounded. NOTE: Problem generation will use 2 threads.