Suppose that there are two resource types (R1 and R2) with five resources each available to four processes. At time 0, the following data is collected. The table indicates the process, the number of resources of each type currently allocated to the processes, and the current request of each resource type by each process.ProcessAllocationRequestR1 R2 R1 R2P0 2 03 2P1 1 11 0P2 0 11 1P3 1 13 2Which of the following sentences is correct?A) All four processes are currently deadlocked.B) The system is not deadlocked.C) Processes P0 and P3 are deadlocked.D) Processes P0, P1 and P3 are deadlocked.