PS truncates the o/p

Hi ,
I have faced a strange situation in Solaris.
the command ps -eo pid,args | grep 'SOMEPROCESS' truncates the output.
outpt looks like

111 xxxxxxxxxxxxx SOMEPROCES
123 xxxxxxxxxxxxx SOMEPROCES
323 xxxxxxxxxxxxx SOMEPROCES

The above doesn't return the complete command/args, infact if i've executed the same in Red-hat & I got the output as

111 xxxxxxxxxxxxx SOMEPROCES AAA11111
123 xxxxxxxxxxxxx SOMEPROCES BBB2222
323 xxxxxxxxxxxxx SOMEPROCES CCC33333 

which is my expectation. Iam not sure why in Solaris output is truncated. appreciate your inputs

Please try

/usr/ucb/ps auxwww

Regards,
Venkat