that's the first time I'm seeing three items for two slots in the queue.
I'm not sure how that happened?
Code: Select all
> slot-info
PyON 1 slots
[
{
"id": "00",
"status": "FINISHING",
"description": "cpu:15",
"options": {},
"reason": "",
"idle": False
},
{
"id": "01",
"status": "FINISHING",
"description": "gpu:197:0 Phoenix(1)",
"options": {"pci-bus": "197", "pci-slot": "0"},
"reason": "",
"idle": False
}
]
---
> queue-info
PyON 1 units
[
{"id": "00", "state": "READY", "error": "NO_ERROR", "project": 12412, "run": 68, "clone": 3, "gen": 27, "core": "0xa8", "unit": "0x1b00000003000000440000007c300000", "percentdone": "0.00%", "eta": "3.50 days", "ppd": "43012", "creditestimate": "150542", "waitingon": "", "nextattempt": "0.00 secs", "timeremaining": "4.93 days", "totalframes": 0, "framesdone": 0, "assigned": "2024-01-04T05:49:50Z", "timeout": "2024-01-07T17:49:50Z", "deadline": "2024-01-09T05:49:50Z", "ws": "129.32.209.203", "cs": "129.32.209.207", "attempts": 0, "slot": "00", "tpf": "50 mins 24 secs", "basecredit": "150542"},
{"id": "01", "state": "RUNNING", "error": "NO_ERROR", "project": 18806, "run": 100, "clone": 9, "gen": 112, "core": "0xa9", "unit": "0x00000009000000700000497600000064", "percentdone": "18.30%", "eta": "7 hours 18 mins", "ppd": "158554", "creditestimate": "59091", "waitingon": "", "nextattempt": "0.00 secs", "timeremaining": "2.72 days", "totalframes": 100, "framesdone": 18, "assigned": "2024-01-03T22:25:06Z", "timeout": "2024-01-06T22:25:06Z", "deadline": "2024-01-07T00:49:06Z", "ws": "144.121.86.56", "cs": "128.174.73.74", "attempts": 0, "slot": "00", "tpf": "5 mins 22 secs", "basecredit": "32000"},
{"id": "02", "state": "RUNNING", "error": "NO_ERROR", "project": 12424, "run": 3, "clone": 199, "gen": 987, "core": "0x22", "unit": "0xdb030000c70000000300000088300000", "percentdone": "10.56%", "eta": "11 hours 45 mins", "ppd": "142586", "creditestimate": "78059", "waitingon": "", "nextattempt": "0.00 secs", "timeremaining": "1.93 days", "totalframes": 100, "framesdone": 10, "assigned": "2024-01-04T05:49:50Z", "timeout": "2024-01-05T17:49:50Z", "deadline": "2024-01-06T05:49:50Z", "ws": "129.32.209.200", "cs": "158.130.118.25", "attempts": 0, "slot": "01", "tpf": "7 mins 53 secs", "basecredit": "47618"}
]
Thanks, Michael.