This model represents a single-server-with-queue system.
Entities are created, stored in the queue while waiting to seize the resource. Once the resource has been seized, the entities are processed by the server (machine). At the end, the entities release the resource and leave the system.
The number of processed entities is stored in a counter.
Results are written to the SIMANLIB_RESULTS.txt file, at the end of the simulation.