Is it possible to obtain each element nodal stress tensor result ? I want to calculate nodal stresses manually by using each node parent element stresses.
Then you can use the stresses from the .frd file directly (query them in some postprocessor) but they are averaged from all elements sharing a given node. You can avoid this averaging if you use the separate.py script from here: CalculiX-Examples/Scripts at master · calculix/CalculiX-Examples · GitHub
I’m not sure I understand your question. From your Ex2, it seems like you are asking for the extrapolated, but not averaged nodal stresses (@Calc_em posted an answer).
The nodal stresses CalculiX provides are extrapolated and then averaged stresses from the integration points. So if you are looking for the “most accurate” stress information, you should use the stresses at the integration points (in the .dat file, again as @Calc_em already mentioned).