Arduino Reboots it self when it receives a text message it has to process

Add serial print after this line to see the length of the SMS:

char textSMS[stringOne.length()+1];

Did you read the reference on string.reserve() yet? You should have.