I loaded your LP file into the CPLEX 12.10 interactive optimizer and was greeted by almost 6,400 warnings. You have that many variables (z_3,20_ being one of them) that appear in the bounds section of the file (>= 0, <= 1) but not in the objective function or in any constraint. So I'm pretty sure your model is screwed up.
I went ahead and tried to solve it anyway, and did not get the factorization error. CPLEX determined the model to be infeasible, and in particular pointed to variable m_46_. Apparently there is no value of that variable that can satisfy all constraints ... perhaps because some z variables are missing from those constraints?
------------------------------
Paul Rubin
Professor Emeritus
Michigan State University
------------------------------