AFAIK CPLEX does not implement a pure cutting plane algorithm. It added as many cuts as it could separate at the root node and then, since you had a node limit of zero, it did what it was told to do and stopped. If you want a pure cutting plane solution, I think you need to code it yourself (and use CPLEX as the LP solver).
------------------------------
Paul Rubin
Professor Emeritus
Michigan State University
------------------------------