AIX 6.1 error out of memory

i am facing issue in AIX 6.1 when i was running below command i face issued as show attached screenshot

cat /audit/bin1 /audit/bin2 /audit/trail | auditpr -t 0 -v -h l,r,R,t,c,p,P |\
awk '/\s*audit object write event detected/ {print ll $6} { ll = $0}'

Break the command in parts for troubleshooting. i.e.

cat /audit/bin1 | auditpr -t 0 -v -h l,r,R,t,c,p,P

cat /audit/bin1 /auditbin2 | auditpr -t 0 -v -h l,r,R,t,c,p,P
.
.
.