Has anyone ever implemented successfully a mvtobit? I read though all the questions about mvtobit, but I still can't figure out how to solve my issues.

I am running an mvtobit of 7 equations: 7 DV and several IVs. The IVs are almost the same for each equation.

Here is what I got from running my syntax:
Maximum # of censored equations is 7

Draws (Halton/pseudo random) are being made:

Created 32 Shuffled Randomized Halton draws per equation for 7 dimensions. Number of initial draws dropped per
dimension = 0 . Primes used:

2 3 5 7 11 13 17
After this, the model runs for ever....
I tried to provide starting values as suggested in the help. I used:
matrix m = (value)
matrix colnames m = atrho12:_cons
and included atrho0(m) in the options when writing the syntax.

Any help?