The cat will constantly clone itself. Once the upper limit of clones is reached, the first ones will be deleted. This is achieved by assigning an ID to every clone and storing these IDs in a list. Once the list exceeds the upper limit, the first element (and the respective clone) is deleted.