Hello,
Since you're already specifying the name of your logfile in the script, try adding the location as well. /informatica/pc/logfile. Then, in your crontab, replace the ">> /informatica/pc/logfile" with "2&>1"
It should look like the following:
: 0,10,20,30,40,50 * * * * /informatica/pc/cpu_stats.sh 2&>1
Hopefully that does it for you. I've tested it on my end and all worked.
PS - Here's what I placed in my crontab: 0 1,2,3,4,5,6,7,8,9,10,11,12 * * 0,1,2,3,4,5,6 /home/me/thisisatest 2>&1