cat report.txt | perl -F"\t" -anle '$h{"$F[0]\t$F[1]\t$F[2]"}+=$F[8]; END{for(keys%h){print"$_\t$h{$_}"}}' | sort -t$'\t' -nr -k4 > aa-ranking.txt