It is information logs, so you can safly ignore them, but logs can slow application due to their amout, so you need to increase log level to ignore them.
Restrict IPC Semaphore-Related Message Output to the Apache Error Log :
By default the Apache Web Agent logs all levels (informational and error) of IPC semaphore-related messages to the Apache error log, regardless of the configured Apache logging level.
To restrict the verbosity of Web Agent IPC semaphore-related output to the Apache error log, add the following parameter in the trace.conf file located in web_agent_home/config: nete.stderr.loglevel.
[nete.stderr.loglevel] Specifies the level of IPC semaphore-related messages the Web Agent logs to the Apache error log. Accepts the following values:
off : The Web Agent logs no IPC semaphore-related messages to the Apache error log.
error : The Web Agent logs only IPC semaphore-related error messages to the Apache error log.
info : (Default) The Web Agent logs IPC semaphore-related error and informational messages to the Apache error log.
Example: Define the nete.stderr.loglevel parameter in trace.conf
In the following snippet from trace.conf, the nete.stderr.loglevel parameter is configured to restrict the Web Agent to log only IPC semaphore-related error messages to the Apache error log:
CA Web Agent IPC logging levels
nete.stderr.loglevel=error
Source : https://communities.ca.com/thread/116109608