You are using the sp_ps monitoring utility which monitors all Shareplex processes, including child processes(read,import,export and post)associated with a specified sp_cop instance at regular intervals and reports abnormal conditions:
---------------------------------
# Startup Shareplex Ps Monitor
#
# 'sp_cop' is the name of a specific sp_cop with the -u notation and typically
# the port number that particular sp_cop is listening on.
#
# CONFIGURATION The valid values are MULTI_SOURCE, SOURCE, and TARGET. This refers to
# the configuration of the Shareplex instance being monitored.
#
# & If the program is not started as a background process then the user
# will not regain control of the shell.
#---------------------------------
nohup ./sp_ps 'sp_cop' TARGET &
For additional information you can refer to the shareplex for oracle admin guide.