First of all, you should read the chapter in the user manual, I pointed to. This explains how you can handle conflicts within the IDE.
If that does not help, here is how I obtained the list of conflicting constraints for your model:
1. Create a settings (.ops) file
2. In that file, choose SAV as "export format"
3. Solve the model. This will create a file the name of which ends in ".sav"
4. Use the interactive optimizer to find the conflict:
CPLEX> read yourmodel.sav
CPLEX> conf
CPLEX> disp conf all
#CPLEXOptimizers#DecisionOptimization