Out of memory. Type HELP MEMORY for your options

Thank you Mark.I have re-ran the program by using CVX 3.0beta,but the result is as follows:
number of iterations = 30
residual of primal infeasibility
certificate (y,Z) = 7.87e-29
reldist to infeas. <= 5.04e-20
Total CPU time (secs) = 39.31
CPU time per iteration = 1.31
termination code = 1
DIMACS: 2.8e+01 0.0e+00 8.6e-01 0.0e+00 -1.0e+00 1.6e-04


Status: Infeasible
Optimal value (cvx_optval): +Inf

So I want to know why cvx_optval is ‘+Inf’ and cvx_status is ‘Infeasible’.Is that because constraints are not enough?
Thank you.