With empty sketch is current flow is 10mA at 12V (PS connected to RAW pin)
When is in setup section activated serial communication using commmand : Serial.begin(9600)
then the current flow is 70mA at 6V (PS connected to RAW pin)
if i tried use 8V the At328 is heating up. On 9V is hot in 5s.
Current is at about 100mA for chip.
The 328 should not be getting hot in use. Something is wrong. My guess is that something else in setup() is the problem, and you've got a pin trying to source or sink waaaay too much current. Check for output pins that setup sets to go high that are shorted (or nearly shorted) to ground, and ones that are set to go low shorted to +5.
Have you gone through setup() removing lines to find out for certain what line it starts drawing 70ma at?