condorstartd
condor_startd is the HTCondor daemon that runs on every execute host in an HTCondor pool. It is responsible for managing local resources and launching and supervising user jobs that have been matched to the host. The startd communicates with the central management components, advertising the host’s capabilities to the collector and participating in the resource negotiation process via the negotiator and schedd.
When a job is selected by the schedd, the startd is tasked with starting the job on
The startd supports multiple execution slots on a single machine and enforces limits on CPU, memory, and
Configuration and operation: Administrators configure the startd through HTCondor configuration files, enabling or tuning advertised resources
See also: HTCondor, condor_schedd, condor_collector, condor_negotiator, condor_master.