AS4日志的问题

AS4 上一直出现如图的日志,每个10分钟就有一次,看了crontab也没看到什么信息,/etc/crontab信息如下:
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/

# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
# back mysql data modify by smallfish 2007-2-8 --begin
00 5 * * * root /root/mysql_bak/bakmysql
# --end--

只有把
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
注释掉后就不出现,不知道是什么原因?