sar output

One of my servers giving all zero sar output. Could anyone explain this behaviour.
Thanks
CHaandana

Sample:

10:43:37    %usr    %sys    %wio   %idle

16:15:01       2       1       0      97
16:20:02       2       1       0      97
16:25:02       2       1       0      97
16:30:01       2       1       0      97
16:35:00       0       0       0       0
16:40:01       0       0       0       0
16:45:01       0       0       0       0
16:50:01       0       0       0       0
16:55:02       0       0       0       0
17:00:01       0       0       0       0
17:05:02       0       0       0       0
17:10:01       0       0       0       0
17:15:01       0       0       0       0
17:20:01       0       0       0       0
17:25:01       0       0       0       0
17:30:02       0       0       0       0
17:35:02       0       0       0       0
17:40:01       0       0       0       0
17:45:01       0       0       0       0
17:50:01       0       0       0       0
17:55:01       0       0       0       0
18:00:00       0       0       0       0
18:05:00       0       0       0       0
18:10:00       0       0       0       0
18:15:01       0       0       0       0
18:20:01       0       0       0       0
18:25:00       1       1       0      99
18:30:01       0       0       0       0
18:35:00       0       1       0      99
18:40:00       0       1       0      99

Please post what Operating System and version you are running and what Shell you use.
Please post relevant detail about your hardware. Like is it the latest Cray or an old PC? I have seen sar give misleading figures on a very fast computer and (more likely) on a very slow computer.

Please post:

df -k /
df -k /usr
df -k /var

Is this a single-processor system, a Virtual Machine or what?

thanks for the reply.
Its not happening everyday. Its only unpredictable.

Its a stand-alone box with following configs:
system:
System Configuration: Oracle Corporation sun4v SPARC T3-1B
with 128 virtual CPUs + 16GB Memory

OS & Firmware:
SunOS <hostname> 5.10 Generic_147440-09 sun4v sparc sun4v
Oracle Solaris 10 8/11 s10s_u10wos_17b SPARC
Sun System Firmware 8.0.1.c 2010/11/02 17:35
OBP 4.32.1 2010/10/13 18:23

$ df -k /
Filesystem kbytes used avail capacity Mounted on
/dev/md/dsk/d3 24787053 14145264 10393919 58% /
$ df -k /usr
Filesystem kbytes used avail capacity Mounted on
/dev/md/dsk/d3 24787053 14145264 10393919 58% /
$ df -k /var
Filesystem kbytes used avail capacity Mounted on
/dev/md/dsk/d3 24787053 14145299 10393884 58% /

Thanks.

%wio is not reported in Solaris 10, so that column is no problem.

Sorry for the partial answer.