Really strange unix message

We are getting this message on our AIX box. No one knows where its coming from. Where can I find any information on it?

Warning: file system free space is less than 10
file system total size = -2621440
file system available space = 2485160
file system used space = -5106592
file system utilization at 194.801025%

thank you, clint

Please give us more information,

what AIX level
df output
errpt
lsvg
lsvg -p rootvg
lsvg -l rootvg

etc...

I sent our unix team your request. I'll get back later. thank you.

Big guess.
This looks like the sort of issue you can get with 32-bit arithmetic in a shell script.
i.e. trying to work with numbers above 2,147,483,647 which in disc space terms would be 2 Gb.
I'd look for a disc space monitoring script running from cron.