No description provided.

[dlc8j74eijhgn7lq-master-0] Rollout generation: 94%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–| 120/128 [1:15:02<01:03, 7.88s/it][2026-04-27 02:27:00] acot_rollout.py:93 - [acot_rollout] active=1 inflight=0 reqs=556320 ctrl=273127 reas=283193 done=1279
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=18268) [2026-04-27 02:27:00] Prefill batch, #new-seq: 1, #new-token: 1, #cached-token: 7036, token usage: 0.01, #running-req: 0, #queue-req: 0, input throughput (token/s): 14.75, cuda graph: False [repeated 2x across cluster]
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=18268) [2026-04-27 02:27:01] Decode batch, #running-req: 1, #token: 7072, token usage: 0.01, cuda graph: True, gen throughput (token/s): 27.31, #queue-req: 0 [repeated 2x across cluster]
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=18268) [2026-04-27 02:27:07] Decode batch, #running-req: 1, #token: 7232, token usage: 0.01, cuda graph: True, gen throughput (token/s): 29.10, #queue-req: 0 [repeated 4x across cluster]
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=18268) [2026-04-27 02:27:09] INFO: 10.29.240.32:38800 - "POST /generate HTTP/1.1" 200 OK [repeated 2x across cluster]
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671)
[dlc8j74eijhgn7lq-master-0] Rollout generation: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 128/128 [1:15:15<00:00, 5.99s/it]
[dlc8j74eijhgn7lq-master-0] Rollout generation: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 128/128 [1:15:15<00:00, 35.28s/it]
[+] [dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:13] sglang_rollout.py:423 - Finish rollout: ["<|im_start|>system\nYou are a reasoning control agent that guides a step-by-step mathematical reasoner.\n\nEach turn you receive the reasoner's latest step and the remaining token budget (as a percentage). On the first turn you receive the question instead. Considering the reasoner's current progress and planning on the remaining budget, choose an action and a starter phrase for the reasoner's next step. Your goal is to guide the reasoner to make progress towards the final correct answer while staying within the budget.\n\nActions:\n- understand: Restate or clarify the problem.\n- plan: Decide strategy or split into subproblems.\n- execute: Carry out algebraic or logical steps.\n- explore: Try an alternative approach.\n- check: Verify steps or correct mistakes.\n- summarize: Summarize current results.\n- conclude: State the final answer.\n\nOutput format:\nAction: \nStarter: <|im_end|>\n<|im_start|>user\nQuestion:\nDetermine the smallest prime $p$ such that $2018!$ is divisible by $p^{3}$ , but not divisible by $p^{4}$.\n\nBudget Remaining: 100%<|im_end|>\n<|im_start|>assistant\nAction: understand\nStarter: Okay, so I have this problem:<|im_end|>\n<|im_start|>user\nReasoner's Step:\nOkay, so I have this problem: I need to find the smallest prime number p such that 2018! is divisible by p cubed (p³), but not by p to the fourth power (p⁴). Hmm, let's think about how to approach this.\n\nBudget Remaining: 99%<|im_end|>\n<|im_start|>assistant\nAction: plan\nStarter: First, I remember that when we're<|im_end|>\n<|im_start|>user\nReasoner's Step:\nFirst, I remember that when we're dealing with factorials and divisibility by prime powers, we can use Legendre's formula. Legendre's formula helps us find the exponent of a prime p in the prime factorization of n! (n factorial). The formula is the sum of the floor of n divided by p^k for k from 1 to infinity. Basically, it's adding up how many multiples of p, p², p³, etc., are in the numbers from 1 to n.\n\nBudget Remaining: 97%<|im_end|>\n<|im_start|>assistant\nAction: check\nStarter: So, for each<|im_end|>\n<|im_start|>user\nReasoner's Step:\nSo, for each prime p, we need to calculate the exponent of p in 2018! and check if that exponent is exactly 3. Wait, no. The problem says that 2018! must be divisible by p³ but not by p⁴. That means the exponent of p in 2018! must be exactly 3? Wait, no. Actually, if it's divisible by p³, the exponent is at least 3, and if it's not divisible by p⁴, then the exponent is less than 4. So, the exponent of p in 2018! should be 3. That makes sense. So, we need primes p where the exponent of p in 2018! is exactly 3. And we need the smallest such prime.\n\nBudget Remaining: 94%<|im_end|>\n<|im_start|>assistant\nAction: check\nStarter: But wait,<|im_end|>\n<|im_start|>user\nReasoner's Step:\nBut wait, primes smaller than p will have higher exponents in the factorial. Because primes divide numbers more frequently. So, the smaller the prime, the higher the exponent in the factorial. Therefore, primes smaller than a certain value will have exponents greater than 3, and primes larger than that will have exponents less than 3. Wait, but the problem is about exponents equal to 3? Wait, no. Let's clarify.\n\nBudget Remaining: 93%<|im_end|>\n<|im_start|>assistant\nAction: understand\nStarter: If the<|im_end|>\n<|im_start|>user\nReasoner's Step:\nIf the exponent of p in 2018! is exactly 3, then 2018! is divisible by p³ but not p⁴. So, primes where the exponent is exactly 3. So, we need primes p where when we compute the sum of floor(2018/p) + floor(2018/p²) + floor(2018/p³) + ..., the total is 3.\n\nBudget Remaining: 91%<|im_end|>\n<|im_start|>assistant\nAction: summarize\nStarter: Therefore, the<|im_end|>\n<|im_start|>user\nReasoner's Step:\nTherefore, the task reduces to finding the smallest prime p such that this sum equals 3. Since primes get larger, and the exponents of primes...
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:13] sglang_rollout.py:326 - Abort request for ['http://10.29.240.32:15006', 'http://10.29.240.32:15000', 'http://10.29.240.32:15002', 'http://10.29.240.32:15004']
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:13] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 1/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=18268) [2026-04-27 02:27:08] Decode batch, #running-req: 1, #token: 7272, token usage: 0.01, cuda graph: True, gen throughput (token/s): 29.12, #queue-req: 0
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11357) [2026-04-27 02:27:13] INFO: 10.29.240.32:33492 - "POST /abort_request HTTP/1.1" 200 OK
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:14] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 2/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:15] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 3/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:16] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 4/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:17] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 5/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:18] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 6/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:19] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 7/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:20] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 8/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:21] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 9/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:22] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 10/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:23] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 11/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:24] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 12/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:25] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 13/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:26] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 14/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:27] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 15/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:28] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 16/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:29] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 17/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:30] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 18/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:31] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 19/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:32] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 20/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:33] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 21/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:34] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 22/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:35] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 23/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:36] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 24/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:37] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 25/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:38] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 26/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:39] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 27/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:40] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 28/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:41] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 29/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:42] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 30/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:43] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 31/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:44] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 32/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:45] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 33/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:46] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 34/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:47] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 35/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:48] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 36/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:49] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 37/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:50] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 38/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:51] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 39/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:52] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 40/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:53] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 41/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:54] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 42/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:55] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 43/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:56] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 44/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:57] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 45/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:58] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 46/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:27:59] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 47/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:28:00] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 48/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:28:01] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 49/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:28:02] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 50/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:28:03] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 51/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:28:04] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 52/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:28:05] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 53/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:28:06] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 54/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:28:07] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 55/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:28:08] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 56/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:28:09] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 57/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:28:10] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 58/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:28:11] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 59/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:28:12] http_utils.py:185 - Error: All connection attempts failed, retrying... (attempt 60/60, url=http://10.29.240.32:15000/abort_request, response=None)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:28:12] http_utils.py:189 - Max retries (60) reached, failing... (url=http://10.29.240.32:15000/abort_request)
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:28:12] sglang_rollout.py:331 - Failed to abort worker at http://10.29.240.32:15000: All connection attempts failed
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:28:12] rollout.py:605 - Final collected 128 samples from rollout to train
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:28:12] acot_log.py:374 - controller metrics 9: {'controller/correctness': 0.580078125, 'controller/num_steps': 77.3046875, 'controller/budget_used_pct': 94.3965059837185, 'controller/budget_remained_pct': 8.162939412797705, 'rollout/step': 9, 'controller/rewards': 0.482421875, 'controller/reward_std_within_group': 0.23536898350658472, 'controller/zero_var_group_ratio': 0.0625, 'controller/starter_diversity_within_group': 3.375, 'controller/within_budget_ratio': 0.8046875, 'controller/over_budget_ratio': 0.1953125}
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:28:12] acot_log.py:140 - [acot_log] Appended 8 sampled controller rows to /mnt/data/yiran/AgenticCoT/slime/slime/rollout/../../../logs/controller_sample_groups.jsonl
[dlc8j74eijhgn7lq-master-0] (RolloutManager pid=10671) [2026-04-27 02:28:12] rollout.py:1194 - perf 9: {'rollout/response_len/mean': 11.6953125, 'rollout/response_len/median': 11.0, 'rollout/response_len/max': 16, 'rollout/response_len/min': 9, 'rollout/zero_std/count_0.0': 1, 'rollout/repetition_frac': 0.0, 'rollout/truncated_ratio': 0.0, 'perf/rollout_time': 4574.8515474796295, 'perf/tokens_per_gpu_per_sec': 0.04090296658983189, 'perf/longest_sample_tokens_per_sec': 0.003497381244821965, 'perf/effective_tokens_per_gpu_per_sec': 0.04090296658983189, 'perf/longest_effective_sample_tokens_per_sec': 0.003497381244821965}
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11359) [2026-04-27 02:28:12] Cache flushed successfully!
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11357) [2026-04-27 02:28:12] INFO: 10.29.240.32:39588 - "GET /flush_cache HTTP/1.1" 200 OK
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11359) [2026-04-27 02:27:13] INFO: 10.29.240.32:40208 - "POST /abort_request HTTP/1.1" 200 OK [repeated 2x across cluster]
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:12] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11357) [2026-04-27 02:28:12] INFO: 10.29.240.32:39596 - "POST /release_memory_occupation HTTP/1.1" 200 OK
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:13] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:14] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:15] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:16] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:17] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11358) [2026-04-27 02:28:12] Cache flushed successfully! [repeated 5x across cluster]
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:18] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:19] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:20] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:21] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:22] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:23] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:24] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:25] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:26] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:27] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:28] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:29] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:30] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:31] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:32] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:33] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:34] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:35] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:36] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:37] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:38] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:39] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:40] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:41] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:42] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:43] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:44] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:45] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:46] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:47] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:48] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:49] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:50] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:51] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:52] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:53] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:54] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:55] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:56] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:57] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:58] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:28:59] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:29:00] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:29:01] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:29:02] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:29:03] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:29:04] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:29:05] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:29:06] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:29:07] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:29:08] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:29:09] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:29:10] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11356) [2026-04-27 02:29:11] INFO sglang_engine.py:299: Error flushing cache: HTTPConnectionPool(host='10.29.240.32', port=15000): Max retries exceeded with url: /flush_cache (Caused by NewConnectionError("HTTPConnection(host='10.29.240.32', port=15000): Failed to establish a new connection: [Errno 111] Connection refused"))
[dlc8j74eijhgn7lq-master-0] Traceback (most recent call last):
[dlc8j74eijhgn7lq-master-0] File "/mnt/data/yiran/AgenticCoT/slime/train.py", line 110, in
[dlc8j74eijhgn7lq-master-0] train(args)
[dlc8j74eijhgn7lq-master-0] File "/mnt/data/yiran/AgenticCoT/slime/train.py", line 80, in train
[dlc8j74eijhgn7lq-master-0] ray.get(rollout_manager.offload.remote())
[dlc8j74eijhgn7lq-master-0] File "/mnt/data/miniconda3/envs/slime/lib/python3.12/site-packages/ray/_private/auto_init_hook.py", line 22, in auto_init_wrapper
[dlc8j74eijhgn7lq-master-0] return fn(*args, **kwargs)
[dlc8j74eijhgn7lq-master-0] ^^^^^^^^^^^^^^^^^^^
[dlc8j74eijhgn7lq-master-0] File "/mnt/data/miniconda3/envs/slime/lib/python3.12/site-packages/ray/_private/client_mode_hook.py", line 107, in wrapper
[dlc8j74eijhgn7lq-master-0] return func(*args, **kwargs)
[dlc8j74eijhgn7lq-master-0] ^^^^^^^^^^^^^^^^^^^^^
[dlc8j74eijhgn7lq-master-0] File "/mnt/data/miniconda3/envs/slime/lib/python3.12/site-packages/ray/_private/worker.py", line 2980, in get
[dlc8j74eijhgn7lq-master-0] values, debugger_breakpoint = worker.get_objects(
[dlc8j74eijhgn7lq-master-0] ^^^^^^^^^^^^^^^^^^^
[dlc8j74eijhgn7lq-master-0] File "/mnt/data/miniconda3/envs/slime/lib/python3.12/site-packages/ray/_private/worker.py", line 1023, in get_objects
[dlc8j74eijhgn7lq-master-0] raise value.as_instanceof_cause()
[dlc8j74eijhgn7lq-master-0] ray.exceptions.RayTaskError(TimeoutError): ray::RolloutManager.offload() (pid=10671, ip=10.29.240.32, actor_id=882477207e422dcc952b718702000000, repr=<slime.ray.rollout.RolloutManager object at 0x7f3ad4128140>)
[dlc8j74eijhgn7lq-master-0] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[dlc8j74eijhgn7lq-master-0] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[dlc8j74eijhgn7lq-master-0] File "/mnt/data/yiran/AgenticCoT/slime/slime/ray/rollout.py", line 513, in offload
[dlc8j74eijhgn7lq-master-0] srv.offload()
[dlc8j74eijhgn7lq-master-0] File "/mnt/data/yiran/AgenticCoT/slime/slime/ray/rollout.py", line 317, in offload
[dlc8j74eijhgn7lq-master-0] return ray.get(handles) if handles else []
[dlc8j74eijhgn7lq-master-0] ^^^^^^^^^^^^^^^^
[dlc8j74eijhgn7lq-master-0] ^^^^^^^^^^^^^^^^^^^
[dlc8j74eijhgn7lq-master-0] ^^^^^^^^^^^^^^^^^^^^^
[dlc8j74eijhgn7lq-master-0] ^^^^^^^^^^^^^^^^^^^
[dlc8j74eijhgn7lq-master-0] ray.exceptions.RayTaskError(TimeoutError): ray::SGLangEngine.release_memory_occupation() (pid=11356, ip=10.29.240.32, actor_id=8405bf24d1b7445c5eba11c302000000, repr=<slime.backends.sglang_utils.sglang_engine.SGLangEngine object at 0x7f021ebfcaa0>)
[dlc8j74eijhgn7lq-master-0] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[dlc8j74eijhgn7lq-master-0] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[dlc8j74eijhgn7lq-master-0] File "/mnt/data/yiran/AgenticCoT/slime/slime/backends/sglang_utils/sglang_engine.py", line 353, in release_memory_occupation
[dlc8j74eijhgn7lq-master-0] self.flush_cache()
[dlc8j74eijhgn7lq-master-0] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[dlc8j74eijhgn7lq-master-0] File "/mnt/data/yiran/AgenticCoT/slime/slime/backends/sglang_utils/sglang_engine.py", line 303, in flush_cache
[dlc8j74eijhgn7lq-master-0] raise TimeoutError("Timeout while flushing cache.")
[dlc8j74eijhgn7lq-master-0] TimeoutError: Timeout while flushing cache.
[dlc8j74eijhgn7lq-master-0] Traceback (most recent call last):
[dlc8j74eijhgn7lq-master-0] File "/mnt/data/yiran/AgenticCoT/slime/train.py", line 110, in
[dlc8j74eijhgn7lq-master-0] train(args)
[dlc8j74eijhgn7lq-master-0] File "/mnt/data/yiran/AgenticCoT/slime/train.py", line 80, in train
[dlc8j74eijhgn7lq-master-0] ray.get(rollout_manager.offload.remote())
[dlc8j74eijhgn7lq-master-0] File "/mnt/data/miniconda3/envs/slime/lib/python3.12/site-packages/ray/_private/auto_init_hook.py", line 22, in auto_init_wrapper
[dlc8j74eijhgn7lq-master-0] return fn(*args, **kwargs)
[dlc8j74eijhgn7lq-master-0] ^^^^^^^^^^^^^^^^^^^
[dlc8j74eijhgn7lq-master-0] File "/mnt/data/miniconda3/envs/slime/lib/python3.12/site-packages/ray/_private/client_mode_hook.py", line 107, in wrapper
[dlc8j74eijhgn7lq-master-0] return func(*args, **kwargs)
[dlc8j74eijhgn7lq-master-0] ^^^^^^^^^^^^^^^^^^^^^
[dlc8j74eijhgn7lq-master-0] File "/mnt/data/miniconda3/envs/slime/lib/python3.12/site-packages/ray/_private/worker.py", line 2980, in get
[dlc8j74eijhgn7lq-master-0] values, debugger_breakpoint = worker.get_objects(
[dlc8j74eijhgn7lq-master-0] ^^^^^^^^^^^^^^^^^^^
[dlc8j74eijhgn7lq-master-0] File "/mnt/data/miniconda3/envs/slime/lib/python3.12/site-packages/ray/_private/worker.py", line 1023, in get_objects
[dlc8j74eijhgn7lq-master-0] raise value.as_instanceof_cause()
[dlc8j74eijhgn7lq-master-0] ray.exceptions.RayTaskError(TimeoutError): ray::RolloutManager.offload() (pid=10671, ip=10.29.240.32, actor_id=882477207e422dcc952b718702000000, repr=<slime.ray.rollout.RolloutManager object at 0x7f3ad4128140>)
[dlc8j74eijhgn7lq-master-0] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[dlc8j74eijhgn7lq-master-0] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[dlc8j74eijhgn7lq-master-0] File "/mnt/data/yiran/AgenticCoT/slime/slime/ray/rollout.py", line 513, in offload
[dlc8j74eijhgn7lq-master-0] srv.offload()
[dlc8j74eijhgn7lq-master-0] File "/mnt/data/yiran/AgenticCoT/slime/slime/ray/rollout.py", line 317, in offload
[dlc8j74eijhgn7lq-master-0] return ray.get(handles) if handles else []
[dlc8j74eijhgn7lq-master-0] ^^^^^^^^^^^^^^^^
[dlc8j74eijhgn7lq-master-0] ^^^^^^^^^^^^^^^^^^^
[dlc8j74eijhgn7lq-master-0] ^^^^^^^^^^^^^^^^^^^^^
[dlc8j74eijhgn7lq-master-0] ^^^^^^^^^^^^^^^^^^^
[dlc8j74eijhgn7lq-master-0] ray.exceptions.RayTaskError(TimeoutError): ray::SGLangEngine.release_memory_occupation() (pid=11356, ip=10.29.240.32, actor_id=8405bf24d1b7445c5eba11c302000000, repr=<slime.backends.sglang_utils.sglang_engine.SGLangEngine object at 0x7f021ebfcaa0>)
[dlc8j74eijhgn7lq-master-0] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[dlc8j74eijhgn7lq-master-0] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[dlc8j74eijhgn7lq-master-0] File "/mnt/data/yiran/AgenticCoT/slime/slime/backends/sglang_utils/sglang_engine.py", line 353, in release_memory_occupation
[dlc8j74eijhgn7lq-master-0] self.flush_cache()
[dlc8j74eijhgn7lq-master-0] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[dlc8j74eijhgn7lq-master-0] File "/mnt/data/yiran/AgenticCoT/slime/slime/backends/sglang_utils/sglang_engine.py", line 303, in flush_cache
[dlc8j74eijhgn7lq-master-0] raise TimeoutError("Timeout while flushing cache.")
[dlc8j74eijhgn7lq-master-0] TimeoutError: Timeout while flushing cache.
[dlc8j74eijhgn7lq-master-0] wandb:
[dlc8j74eijhgn7lq-master-0] wandb: πŸš€ View run slime-controller-rl_uzu46baa-RANK_0 at: https://wandb.ai/jenny-shen/AgenticCoT/runs/9w619fu1
[dlc8j74eijhgn7lq-master-0] wandb: Find logs at: wandb/run-20260426_184720-9w619fu1/logs
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11359) [2026-04-27 02:28:12] INFO: 10.29.240.32:60998 - "GET /flush_cache HTTP/1.1" 200 OK [repeated 2x across cluster]
[dlc8j74eijhgn7lq-master-0] (SGLangEngine pid=11359) [2026-04-27 02:28:12] INFO: 10.29.240.32:32778 - "POST /release_memory_occupation HTTP/1.1" 200 OK [repeated 2x across cluster]
[dlc8j74eijhgn7lq-master-0] 2026-04-27 02:29:32,649 ERR cli.py:73 -- ---------------------------------------
[dlc8j74eijhgn7lq-master-0] 2026-04-27 02:29:32,649 ERR cli.py:74 -- Job 'raysubmit_pKpnEqQY7ieAmqG4' failed
[dlc8j74eijhgn7lq-master-0] 2026-04-27 02:29:32,649 ERR cli.py:75 -- ---------------------------------------
[dlc8j74eijhgn7lq-master-0] 2026-04-27 02:29:32,649 INFO cli.py:88 -- Status message: Job entrypoint command failed with exit code 1, last available logs (truncated to 20,000 chars):
[dlc8j74eijhgn7lq-master-0] self.flush_cache()
[dlc8j74eijhgn7lq-master-0] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[dlc8j74eijhgn7lq-master-0] File "/mnt/data/yiran/AgenticCoT/slime/slime/backends/sglang_utils/sglang_engine.py", line 303, in flush_cache
[dlc8j74eijhgn7lq-master-0] raise TimeoutError("Timeout while flushing cache.")
[dlc8j74eijhgn7lq-master-0] TimeoutError: Timeout while flushing cache.

python - <<'PY'
import triton
print("triton:", getattr(triton, "version", "unknown"))
print("triton file:", triton.file)

from sglang.srt.layers.attention import triton_backend
print("sglang triton backend import: OK")
print("backend file:", triton_backend.file)
PY

Rollout generation: 62%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Ž | 80/128 [1:24:43<52:34, 65.73s/it]
(SGLangEngine pid=11464) [2026-04-27 13:55:16] Prefill batch, #new-seq: 1, #new-token: 7285, #cached-token: 200, token usage: 0.71, #running-req: 45, #queue-req: 11, input throughput (token/s): 19870.45, cuda graph: False [repeated 14x across cluster]
(SGLangEngine pid=18392) [2026-04-27 13:55:17] Decode batch, #running-req: 1, #token: 0, token usage: 0.00, cuda graph: True, gen throughput (token/s): 28.26, #queue-req: 0 [repeated 6x across cluster]
(SGLangEngine pid=11464) [2026-04-27 13:55:22] INFO: 10.29.240.65:58822 - "POST /generate HTTP/1.1" 200 OK [repeated 6x across cluster]
(RolloutManager pid=10865) [2026-04-27 13:55:25] acot_rollout.py:93 - [acot_rollout] active=19 inflight=50 reqs=544106 ctrl=267071 reas=277035 done=1261
(SGLangEngine pid=11464) [2026-04-27 13:55:26] Prefill batch, #new-seq: 4, #new-token: 5068, #cached-token: 19892, token usage: 0.92, #running-req: 45, #queue-req: 5, input throughput (token/s): 10561.60, cuda graph: False [repeated 11x across cluster]
(SGLangEngine pid=18392) [2026-04-27 13:55:24] Decode batch, #running-req: 1, #token: 5336, token usage: 0.01, cuda graph: True, gen throughput (token/s): 6.28, #queue-req: 0 [repeated 2x across cluster]
(SGLangEngine pid=11464) [2026-04-27 13:55:28] INFO: 10.29.240.65:41616 - "POST /generate HTTP/1.1" 200 OK [repeated 14x across cluster]
(SGLangEngine pid=18390) [2026-04-27 13:55:29] Prefill batch, #new-seq: 2, #new-token: 6, #cached-token: 11992, token usage: 0.02, #running-req: 2, #queue-req: 0, input throughput (token/s): 1.94, cuda graph: False [repeated 16x across cluster]
(SGLangEngine pid=18390) [2026-04-27 13:55:31] Decode batch, #running-req: 1, #token: 0, token usage: 0.00, cuda graph: True, gen throughput (token/s): 61.37, #queue-req: 0 [repeated 8x across cluster]
(SGLangEngine pid=11464) [2026-04-27 13:55:38] Prefill batch, #new-seq: 1, #new-token: 8192, #cached-token: 1051, token usage: 0.97, #running-req: 54, #queue-req: 2, input throughput (token/s): 2606.24, cuda graph: False [repeated 4x across cluster]
(SGLangEngine pid=18393) [2026-04-27 13:55:32] Decode batch, #running-req: 1, #token: 5932, token usage: 0.01, cuda graph: True, gen throughput (token/s): 28.36, #queue-req: 0
(RolloutManager pid=10865) [2026-04-27 13:55:39] acot_rollout.py:93 - [acot_rollout] active=19 inflight=50 reqs=544137 ctrl=267087 reas=277050 done=1261
(SGLangEngine pid=11464) [2026-04-27 13:55:39] INFO: 10.29.240.65:59464 - "POST /generate HTTP/1.1" 200 OK [repeated 35x across cluster]
(SGLangEngine pid=18392) [2026-04-27 13:55:40] Decode batch, #running-req: 4, #token: 21621, token usage: 0.02, cuda graph: True, gen throughput (token/s): 11.78, #queue-req: 0
(SGLangEngine pid=11464) [2026-04-27 13:55:45] Prefill batch, #new-seq: 1, #new-token: 8192, #cached-token: 573, token usage: 0.76, #running-req: 41, #queue-req: 5, input throughput (token/s): 1616.18, cuda graph: False [repeated 19x across cluster]
(SGLangEngine pid=18392) [2026-04-27 13:55:41] Decode batch, #running-req: 1, #token: 6818, token usage: 0.01, cuda graph: True, gen throughput (token/s): 100.35, #queue-req: 0 [repeated 4x across cluster]
(SGLangEngine pid=11464) [2026-04-27 13:55:51] Prefill batch, #new-seq: 1, #new-token: 5017, #cached-token: 0, token usage: 0.98, #running-req: 62, #queue-req: 2, input throughput (token/s): 1220322.89, cuda graph: False [repeated 4x across cluster]
(SGLangEngine pid=11464) [2026-04-27 13:55:51] INFO: 10.29.240.65:58822 - "POST /generate HTTP/1.1" 200 OK [repeated 40x across cluster]
(RolloutManager pid=10865) [2026-04-27 13:55:51] acot_rollout.py:93 - [acot_rollout] active=19 inflight=50 reqs=544183 ctrl=267110 reas=277073 done=1261
(SGLangEngine pid=18390) [2026-04-27 13:55:52] Decode batch, #running-req: 5, #token: 22996, token usage: 0.02, cuda graph: True, gen throughput (token/s): 9.28, #queue-req: 0
(SGLangEngine pid=11464) [2026-04-27 13:55:58] Prefill batch, #new-seq: 3, #new-token: 5007, #cached-token: 11217, token usage: 1.00, #running-req: 53, #queue-req: 1, input throughput (token/s): 145092.06, cuda graph: False [repeated 13x across cluster]
(SGLangEngine pid=18390) [2026-04-27 13:55:55] Decode batch, #running-req: 1, #token: 0, token usage: 0.00, cuda graph: True, gen throughput (token/s): 40.39, #queue-req: 0 [repeated 3x across cluster]
(SGLangEngine pid=11464) 0 [] r=1
(SGLangEngine pid=11464) 199 [151644, 8948, 198, 2610, 525, 264, 32711, 2524, 8315, 429] r=50
(SGLangEngine pid=11464) 8192 [18, 13, 1416, 400, 64, 1455, 28, 17, 11, 1124] r=1
(SGLangEngine pid=11464) 282 [2512, 25, 1779, 198, 623, 5295, 25, 13824, 11, 1077] r=1
(SGLangEngine pid=11464) 9 [2512, 25, 9026, 198, 623, 5295, 25, 22603, 151645] r=1
(SGLangEngine pid=11464) 43 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 46254] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 9026, 198, 623, 5295, 25, 2055, 11, 151645] r=1
(SGLangEngine pid=11464) 39 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 4416] r=1
(SGLangEngine pid=11464) 13 [2512, 25, 62079, 198, 623, 5295, 25, 15277, 11, 1156] r=1
(SGLangEngine pid=11464) 35 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 54815] r=1
(SGLangEngine pid=11464) 1 [17] r=22
(SGLangEngine pid=11464) 7285 [13, 320, 20, 3501, 8, 400, 16, 20, 10, 16] r=1
(SGLangEngine pid=11464) 12 [2512, 25, 13186, 198, 623, 5295, 25, 13824, 11, 8365] r=1
(SGLangEngine pid=11464) 38 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 14190] r=1
(SGLangEngine pid=11464) 2545 [19, 339, 13369, 220, 17, 15, 15, 18, 22079, 425] r=21
(SGLangEngine pid=11464) 1 [198] r=21
(SGLangEngine pid=11464) 2 [2512, 25] r=21
(SGLangEngine pid=11464) 17 [1779, 198, 623, 5295, 25, 8886, 151645, 198, 151644, 872] r=4
(SGLangEngine pid=11464) 6 [7653, 2297, 374, 264, 14291, 1948] r=2
(SGLangEngine pid=11464) 7500 [1156, 323, 2086, 13, 8886, 4843, 41661, 2297, 374, 264] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 62079, 198, 623, 5295, 25, 15277, 11, 279] r=1
(SGLangEngine pid=11464) 61 [151645, 198, 151644, 872, 198, 25139, 261, 594, 14822, 510] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 62079, 198, 623, 5295, 25, 1988, 2474, 1817] r=1
(SGLangEngine pid=11464) 55 [151645, 198, 151644, 872, 198, 25139, 261, 594, 14822, 510] r=1
(SGLangEngine pid=11464) 4096 [362, 323, 425, 13, 8886, 4843, 41661, 2297, 374, 264] r=1
(SGLangEngine pid=11464) 3362 [58441, 13, 8886, 916, 22769, 374, 264, 1356, 3487, 13] r=1
(SGLangEngine pid=11464) 9 [2512, 25, 9026, 198, 623, 5295, 25, 8886, 151645] r=1
(SGLangEngine pid=11464) 30 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 4854] r=1
(SGLangEngine pid=11464) 8 [2512, 25, 9026, 198, 623, 5295, 25, 4636] r=1
(SGLangEngine pid=11464) 32 [151645, 198, 151644, 872, 198, 25139, 261, 594, 14822, 510] r=1
(SGLangEngine pid=11464) 9 [2512, 25, 9026, 198, 623, 5295, 25, 4636, 151645] r=1
(SGLangEngine pid=11464) 31 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 6025] r=1
(SGLangEngine pid=11464) 9 [2512, 25, 9026, 198, 623, 5295, 25, 4636, 151645] r=1
(SGLangEngine pid=11464) 31 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 6025] r=1
(SGLangEngine pid=11464) 9 [2512, 25, 9026, 198, 623, 5295, 25, 2503, 151645] r=1
(SGLangEngine pid=11464) 33 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 1112] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 62079, 198, 623, 5295, 25, 2055, 9834, 11] r=1
(SGLangEngine pid=11464) 34 [151645, 198, 151644, 872, 198, 25139, 261, 594, 14822, 510] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 62079, 198, 623, 5295, 25, 15277, 11, 151645] r=1
(SGLangEngine pid=11464) 27 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 54815] r=1
(SGLangEngine pid=11464) 7 [882, 264, 7653, 2297, 13666, 11, 279] r=2
(SGLangEngine pid=11464) 8098 [1156, 37126, 320, 32, 476, 425, 8, 323, 279, 2086] r=1
(SGLangEngine pid=11464) 13 [2512, 25, 62079, 198, 623, 5295, 25, 1988, 2474, 279] r=1
(SGLangEngine pid=11464) 72 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 3983] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 1779, 198, 623, 5295, 25, 1988, 2474, 151645] r=1
(SGLangEngine pid=11464) 56 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 3983] r=1
(SGLangEngine pid=11464) 4096 [7653, 6919, 973, 1948, 362, 323, 425, 476, 362, 323] r=1
(SGLangEngine pid=11464) 2843 [623, 5295, 25, 38478, 11, 1077, 594, 2908, 429, 1817] r=1
(SGLangEngine pid=11464) 11 [2512, 25, 1779, 198, 623, 5295, 25, 13824, 11, 419] r=1
(SGLangEngine pid=11464) 28 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 14190] r=1
(SGLangEngine pid=11464) 12 [2512, 25, 13186, 198, 623, 5295, 25, 38478, 11, 1744] r=1
(SGLangEngine pid=11464) 52 [151645, 198, 151644, 872, 198, 25139, 261, 594, 14822, 510] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 13186, 198, 623, 5295, 25, 1988, 7196, 419] r=1
(SGLangEngine pid=11464) 31 [151645, 198, 151644, 872, 198, 25139, 261, 594, 14822, 510] r=1
(SGLangEngine pid=11464) 5 [62079, 198, 623, 5295, 25] r=8
(SGLangEngine pid=11464) 14 [8886, 151645, 198, 151644, 872, 198, 25139, 261, 594, 14822] r=4
(SGLangEngine pid=11464) 7349 [21501, 279, 1156, 323, 2086, 9892, 13, 8886, 4843, 41661] r=1
(SGLangEngine pid=11464) 11 [2512, 25, 1779, 198, 623, 5295, 25, 13824, 11, 7196] r=1
(SGLangEngine pid=11464) 33 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 14190] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 62079, 198, 623, 5295, 25, 1416, 279, 151645] r=1
(SGLangEngine pid=11464) 40 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 2679] r=1
(SGLangEngine pid=11464) 1 [374] r=3
(SGLangEngine pid=11464) 7436 [458, 916, 22769, 1948, 362, 323, 425, 13, 8886, 4843] r=1
(SGLangEngine pid=11464) 11 [2512, 25, 1779, 198, 623, 5295, 25, 1096, 374, 1380] r=1
(SGLangEngine pid=11464) 37 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 1986] r=1
(SGLangEngine pid=11464) 12 [2512, 25, 13186, 198, 623, 5295, 25, 13824, 11, 8365] r=1
(SGLangEngine pid=11464) 52 [151645, 198, 151644, 872, 198, 25139, 261, 594, 14822, 510] r=1
(SGLangEngine pid=11464) 13 [2512, 25, 3119, 198, 623, 5295, 25, 6771, 748, 2908] r=1
(SGLangEngine pid=11464) 52 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 10061] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 9026, 198, 623, 5295, 25, 34239, 11, 1817] r=1
(SGLangEngine pid=11464) 51 [151645, 198, 151644, 872, 198, 25139, 261, 594, 14822, 510] r=1
(SGLangEngine pid=11464) 3 [264, 14291, 1948] r=2
(SGLangEngine pid=11464) 4096 [362, 323, 425, 11, 323, 1817, 4843, 41661, 2297, 374] r=1
(SGLangEngine pid=11464) 2980 [25, 62079, 198, 623, 5295, 25, 1988, 2474, 151645, 198] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 62079, 198, 623, 5295, 25, 1988, 2474, 1817] r=1
(SGLangEngine pid=11464) 45 [151645, 198, 151644, 872, 198, 25139, 261, 594, 14822, 510] r=1
(SGLangEngine pid=11464) 13 [2512, 25, 13186, 198, 623, 5295, 25, 1988, 8365, 582] r=1
(SGLangEngine pid=11464) 62 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 3983] r=1
(SGLangEngine pid=11464) 7448 [1156, 323, 2086, 11, 773, 1817, 1741, 14291, 53806, 642] r=1
(SGLangEngine pid=11464) 12 [2512, 25, 13186, 198, 623, 5295, 25, 1988, 419, 2578] r=1
(SGLangEngine pid=11464) 28 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 3983] r=1
(SGLangEngine pid=11464) 15 [2512, 25, 13186, 198, 623, 5295, 25, 13824, 11, 7196] r=1
(SGLangEngine pid=11464) 33 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 14190] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 3535, 198, 623, 5295, 25, 758, 4428, 151645] r=1
(SGLangEngine pid=11464) 41 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 641] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 1779, 198, 623, 5295, 25, 16246, 429, 151645] r=1
(SGLangEngine pid=11464) 59 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 22043] r=1
(SGLangEngine pid=11464) 16 [2055, 1817, 151645, 198, 151644, 872, 198, 25139, 261, 594] r=4
(SGLangEngine pid=11464) 7348 [73151, 362, 323, 425, 13, 8886, 4843, 41661, 2297, 73151] r=1
(SGLangEngine pid=11464) 9 [2512, 25, 9026, 198, 623, 5295, 25, 34239, 11] r=1
(SGLangEngine pid=11464) 50 [151645, 198, 151644, 872, 198, 25139, 261, 594, 14822, 510] r=1
(SGLangEngine pid=11464) 12 [2512, 25, 62079, 198, 623, 5295, 25, 1988, 1246, 1558] r=1
(SGLangEngine pid=11464) 31 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 3983] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 1779, 198, 623, 5295, 25, 1416, 279, 151645] r=1
(SGLangEngine pid=11464) 48 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 2679] r=1
(SGLangEngine pid=11464) 7 [374, 264, 14291, 1948, 362, 323, 425] r=3
(SGLangEngine pid=11464) 4096 [11, 323, 1817, 4843, 41661, 2297, 374, 264, 14291, 1948] r=1
(SGLangEngine pid=11464) 3563 [476, 10322, 382, 62901, 89630, 25, 220, 21, 17, 4] r=1
(SGLangEngine pid=11464) 9 [2512, 25, 62079, 198, 623, 5295, 25, 2055, 151645] r=1
(SGLangEngine pid=11464) 32 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 4416] r=1
(SGLangEngine pid=11464) 9 [2512, 25, 1779, 198, 623, 5295, 25, 1988, 421] r=1
(SGLangEngine pid=11464) 37 [151645, 198, 151644, 872, 198, 25139, 261, 594, 14822, 510] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 9026, 198, 623, 5295, 25, 27657, 448, 151645] r=1
(SGLangEngine pid=11464) 29 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 24617] r=1
(SGLangEngine pid=11464) 9 [2512, 25, 9026, 198, 623, 5295, 25, 4636, 151645] r=1
(SGLangEngine pid=11464) 35 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 6025] r=1
(SGLangEngine pid=11464) 12 [13, 8886, 4843, 41661, 2297, 374, 264, 14291, 1948, 425] r=2
(SGLangEngine pid=11464) 7907 [13, 2055, 916, 882, 11, 279, 1973, 646, 2297, 438] r=1
(SGLangEngine pid=11464) 7237 [1214, 295, 748, 1614, 419, 438, 264, 8500, 315, 73151] r=1
(SGLangEngine pid=11464) 7 [3119, 198, 623, 5295, 25, 8886, 151645] r=9
(SGLangEngine pid=11464) 10 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 4854] r=9
(SGLangEngine pid=11464) 7756 [882, 264, 7653, 2297, 13666, 11, 279, 7653, 6919, 973] r=1
(SGLangEngine pid=11464) 9 [2512, 25, 9026, 198, 623, 5295, 25, 4636, 151645] r=1
(SGLangEngine pid=11464) 33 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 6025] r=1
(SGLangEngine pid=11464) 9 [2512, 25, 9026, 198, 623, 5295, 25, 4636, 151645] r=1
(SGLangEngine pid=11464) 33 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 6025] r=1
(SGLangEngine pid=11464) 9 [2512, 25, 1779, 198, 623, 5295, 25, 1988, 151645] r=1
(SGLangEngine pid=11464) 40 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 3983] r=1
(SGLangEngine pid=11464) 13 [2512, 25, 1779, 198, 623, 5295, 25, 1988, 304, 279] r=1
(SGLangEngine pid=11464) 49 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 3983] r=1
(SGLangEngine pid=11464) 2 [7653, 2297] r=8
(SGLangEngine pid=11464) 7684 [21501, 279, 1156, 323, 2086, 9892, 11, 1817, 4843, 41661] r=1
(SGLangEngine pid=11464) 12 [2512, 25, 62079, 198, 623, 5295, 25, 1988, 2474, 582] r=1
(SGLangEngine pid=11464) 78 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 3983] r=1
(SGLangEngine pid=11464) 9 [2512, 25, 3119, 198, 623, 5295, 25, 8886, 151645] r=1
(SGLangEngine pid=11464) 45 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 4854] r=1
(SGLangEngine pid=11464) 9 [2512, 25, 9026, 198, 623, 5295, 25, 8886, 151645] r=1
(SGLangEngine pid=11464) 40 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 4854] r=1
(SGLangEngine pid=11464) 15 [73151, 362, 323, 425, 13, 8886, 4843, 41661, 2297, 73151] r=2
(SGLangEngine pid=11464) 7739 [752, 1744, 315, 279, 1372, 315, 73151, 1948, 362, 323] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 1779, 198, 623, 5295, 25, 13824, 11, 279] r=1
(SGLangEngine pid=11464) 42 [151645, 198, 151644, 872, 198, 25139, 261, 594, 14822, 510] r=1
(SGLangEngine pid=11464) 7149 [748, 1744, 315, 1817, 7653, 2297, 438, 64661, 264, 3398] r=1
(SGLangEngine pid=11464) 12 [2512, 25, 13186, 198, 623, 5295, 25, 1988, 419, 2578] r=1
(SGLangEngine pid=11464) 28 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 3983] r=1
(SGLangEngine pid=11464) 13 [2512, 25, 13186, 198, 623, 5295, 25, 38478, 11, 1744] r=1
(SGLangEngine pid=11464) 41 [151645, 198, 151644, 872, 198, 25139, 261, 594, 14822, 510] r=1
(SGLangEngine pid=11464) 13 [2512, 25, 1779, 198, 623, 5295, 25, 1988, 279, 3491] r=1
(SGLangEngine pid=11464) 37 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 3983] r=1
(SGLangEngine pid=11464) 4096 [320, 25741, 1948, 220, 16, 323, 220, 17, 8, 21501] r=1
(SGLangEngine pid=11464) 3429 [13, 2055, 429, 3171, 944, 2432, 382, 62901, 89630, 25] r=1
(SGLangEngine pid=11464) 12 [2512, 25, 13186, 198, 623, 5295, 25, 38478, 11, 1744] r=1
(SGLangEngine pid=11464) 55 [151645, 198, 151644, 872, 198, 25139, 261, 594, 14822, 510] r=1
(SGLangEngine pid=11464) 11 [2512, 25, 13186, 198, 623, 5295, 25, 1988, 7196, 419] r=1
(SGLangEngine pid=11464) 30 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 3983] r=1
(SGLangEngine pid=11464) 13 [2512, 25, 13186, 198, 623, 5295, 25, 38478, 11, 1744] r=1
(SGLangEngine pid=11464) 36 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 92014] r=1
(SGLangEngine pid=11464) 1 [374] r=4
(SGLangEngine pid=11464) 21 [458, 916, 22769, 1948, 1156, 323, 2086, 13, 8886, 4843] r=2
(SGLangEngine pid=11464) 4096 [4695, 11, 1817, 916, 22769, 646, 387, 3381, 315, 438] r=1
(SGLangEngine pid=11464) 4252 [42561, 2050, 425, 382, 62901, 89630, 25, 220, 20, 18] r=1
(SGLangEngine pid=11464) 8192 [2055, 1817, 916, 22769, 646, 387, 2987, 444, 320, 37391] r=1
(SGLangEngine pid=11464) 441 [151645, 198, 151644, 872, 198, 25139, 261, 594, 14822, 510] r=1
(SGLangEngine pid=11464) 12 [2512, 25, 62079, 198, 623, 5295, 25, 2055, 11, 1549] r=1
(SGLangEngine pid=11464) 49 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 4416] r=1
(SGLangEngine pid=11464) 12 [2512, 25, 62079, 198, 623, 5295, 25, 15277, 11, 304] r=1
(SGLangEngine pid=11464) 64 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 54815] r=1
(SGLangEngine pid=11464) 12 [2512, 25, 62079, 198, 623, 5295, 25, 15277, 11, 279] r=1
(SGLangEngine pid=11464) 27 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 54815] r=1
(SGLangEngine pid=11464) 3 [264, 14291, 1948] r=2
(SGLangEngine pid=11464) 4096 [1156, 323, 2086, 13, 8886, 4843, 41661, 2297, 374, 264] r=1
(SGLangEngine pid=11464) 3908 [508, 33, 11, 362, 11, 356, 936, 8886, 14291, 1948] r=1
(SGLangEngine pid=11464) 11 [2512, 25, 9026, 198, 623, 5295, 25, 34239, 11, 1817] r=1
(SGLangEngine pid=11464) 43 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 67691] r=1
(SGLangEngine pid=11464) 9 [2512, 25, 62079, 198, 623, 5295, 25, 1988, 2474] r=1
(SGLangEngine pid=11464) 72 [151645, 198, 151644, 872, 198, 25139, 261, 594, 14822, 510] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 62079, 198, 623, 5295, 25, 15277, 11, 279] r=1
(SGLangEngine pid=11464) 54 [151645, 198, 151644, 872, 198, 25139, 261, 594, 14822, 510] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 1779, 198, 623, 5295, 25, 1988, 2474, 151645] r=1
(SGLangEngine pid=11464) 53 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 3983] r=1
(SGLangEngine pid=11464) 18 [362, 323, 425, 13, 8886, 4843, 41661, 2297, 374, 264] r=1
(SGLangEngine pid=11464) 7401 [1817, 882, 1052, 594, 264, 7653, 2297, 11, 279, 2309] r=1
(SGLangEngine pid=11464) 9 [2512, 25, 1779, 198, 623, 5295, 25, 1988, 421] r=1
(SGLangEngine pid=11464) 49 [151645, 198, 151644, 872, 198, 25139, 261, 594, 14822, 510] r=1
(SGLangEngine pid=11464) 9 [2512, 25, 9026, 198, 623, 5295, 25, 4636, 151645] r=1
(SGLangEngine pid=11464) 32 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 6025] r=1
(SGLangEngine pid=11464) 9 [2512, 25, 9026, 198, 623, 5295, 25, 4636, 151645] r=1
(SGLangEngine pid=11464) 32 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 6025] r=1
(SGLangEngine pid=11464) 322 [23, 13, 40580, 400, 16, 11, 17, 11, 1124, 4385] r=13
(SGLangEngine pid=11464) 2 [2512, 25] r=13
(SGLangEngine pid=11464) 7 [3535, 198, 623, 5295, 25, 5512, 11] r=13
(SGLangEngine pid=11464) 23 [1077, 752, 50087, 151645, 198, 151644, 872, 198, 25139, 261] r=4
(SGLangEngine pid=11464) 5 [8886, 6193, 315, 279, 41097] r=2
(SGLangEngine pid=11464) 4096 [374, 1075, 264, 10058, 2163, 279, 4126, 13, 576, 1156] r=1
(SGLangEngine pid=11464) 5017 [20, 22, 382, 62901, 89630, 25, 220, 21, 20, 4] r=1
(SGLangEngine pid=11464) 8192 [646, 387, 3381, 315, 438, 264, 10014, 2216, 9334, 11] r=1
(SGLangEngine pid=11464) 1338 [8, 11397, 220, 24, 15, 5109, 382, 62901, 89630, 25] r=1
(SGLangEngine pid=11464) 9 [2512, 25, 9026, 198, 623, 5295, 25, 1988, 151645] r=1
(SGLangEngine pid=11464) 49 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 3983] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 9026, 198, 623, 5295, 25, 576, 1372, 151645] r=1
(SGLangEngine pid=11464) 54 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 785] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 62079, 198, 623, 5295, 25, 15277, 11, 151645] r=1
(SGLangEngine pid=11464) 89 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 54815] r=1
(SGLangEngine pid=11464) 9 [758, 264, 220, 18, 87, 18, 5827, 11, 279] r=2
(SGLangEngine pid=11464) 8192 [41097, 5780, 220, 16, 11, 17, 11, 18, 389, 279] r=1
(SGLangEngine pid=11464) 1483 [11, 24, 20, 568, 5005, 11, 7218, 1495, 3156, 279] r=1
(SGLangEngine pid=11464) 11 [2512, 25, 1779, 198, 623, 5295, 25, 13824, 11, 714] r=1
(SGLangEngine pid=11464) 51 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 14190] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 62079, 198, 623, 5295, 25, 2055, 11, 279] r=1
(SGLangEngine pid=11464) 70 [151645, 198, 151644, 872, 198, 25139, 261, 594, 14822, 510] r=1
(SGLangEngine pid=11464) 4096 [5109, 41097, 504, 279, 4889, 304, 11, 6193, 553, 6193] r=1
(SGLangEngine pid=11464) 5582 [220, 21, 17, 4, 151645, 198, 151644, 77091, 198, 2512] r=1
(SGLangEngine pid=11464) 9 [2512, 25, 9026, 198, 623, 5295, 25, 1752, 151645] r=1
(SGLangEngine pid=11464) 37 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 2461] r=1
(SGLangEngine pid=11464) 9 [2512, 25, 9026, 198, 623, 5295, 25, 22735, 151645] r=1
(SGLangEngine pid=11464) 36 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 9188] r=1
(SGLangEngine pid=11464) 9 [2512, 25, 9026, 198, 623, 5295, 25, 22735, 151645] r=1
(SGLangEngine pid=11464) 37 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 9188] r=1
(SGLangEngine pid=11464) 4 [358, 1184, 311, 3535] r=9
(SGLangEngine pid=11464) 20 [1246, 151645, 198, 151644, 872, 198, 25139, 261, 594, 14822] r=3
(SGLangEngine pid=11464) 4096 [67611, 13, 8886, 6193, 315, 279, 41097, 646, 387, 3381] r=1
(SGLangEngine pid=11464) 5387 [198, 151644, 77091, 198, 2512, 25, 9026, 198, 623, 5295] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 62079, 198, 623, 5295, 25, 7414, 11, 151645] r=1
(SGLangEngine pid=11464) 27 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 9454] r=1
(SGLangEngine pid=11464) 2 [4278, 13] r=2
(SGLangEngine pid=11464) 3 [758, 264, 41097] r=2
(SGLangEngine pid=11464) 8192 [6172, 11, 279, 5109, 1191, 518, 279, 1909, 7950, 9131] r=1
(SGLangEngine pid=11464) 1484 [16, 12, 23, 24, 25, 1909, 2802, 382, 62901, 89630] r=1
(SGLangEngine pid=11464) 8192 [11, 498, 1191, 518, 279, 15955, 3562, 6193, 323, 975] r=1
(SGLangEngine pid=11464) 1511 [16, 518, 320, 21, 11, 21, 3593, 62901, 89630, 25] r=1
(SGLangEngine pid=11464) 13 [2512, 25, 9026, 198, 623, 5295, 25, 220, 16, 24] r=1
(SGLangEngine pid=11464) 85 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 16] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 62079, 198, 623, 5295, 25, 15277, 11, 279] r=1
(SGLangEngine pid=11464) 44 [151645, 198, 151644, 872, 198, 25139, 261, 594, 14822, 510] r=1
(SGLangEngine pid=11464) 1 [151645] r=6
(SGLangEngine pid=11464) 15 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 5338] r=6
(SGLangEngine pid=11464) 4096 [279, 5944, 315, 1741, 264, 41097, 6172, 13, 758, 264] r=1
(SGLangEngine pid=11464) 6638 [481, 220, 17, 74, 481, 16, 8, 284, 220, 19] r=1
(SGLangEngine pid=11464) 3 [1246, 279, 41097] r=5
(SGLangEngine pid=11464) 4096 [67611, 13, 8886, 6193, 315, 279, 41097, 646, 387, 3381] r=1
(SGLangEngine pid=11464) 5811 [198, 623, 5295, 25, 13824, 11, 369, 151645, 198, 151644] r=1
(SGLangEngine pid=11464) 9 [2512, 25, 1779, 198, 623, 5295, 25, 1988, 151645] r=1
(SGLangEngine pid=11464) 87 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 3983] r=1
(SGLangEngine pid=11464) 12 [2512, 25, 1779, 198, 623, 5295, 25, 13824, 11, 902] r=1
(SGLangEngine pid=11464) 65 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 14190] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 9026, 198, 623, 5295, 25, 576, 1790, 151645] r=1
(SGLangEngine pid=11464) 52 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 785] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 9026, 198, 623, 5295, 25, 576, 1790, 151645] r=1
(SGLangEngine pid=11464) 51 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 785] r=1
(SGLangEngine pid=11464) 2 [4278, 13] r=4
(SGLangEngine pid=11464) 11 [8886, 6193, 315, 279, 41097, 646, 387, 3381, 315, 438] r=4
(SGLangEngine pid=11464) 8192 [9334, 10058, 2163, 279, 4126, 13, 1752, 458, 10322, 27835] r=1
(SGLangEngine pid=11464) 1405 [6599, 19, 481, 220, 16, 11730, 16, 17, 11, 892] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 62079, 198, 623, 5295, 25, 2055, 11, 151645] r=1
(SGLangEngine pid=11464) 36 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 4416] r=1
(SGLangEngine pid=11464) 3 [10014, 2216, 9334] r=3
(SGLangEngine pid=11464) 4096 [7218, 61918, 13, 1752, 3110, 11, 304, 350, 15896, 225] r=1
(SGLangEngine pid=11464) 5163 [13, 151645, 198, 151644, 872, 198, 25139, 261, 594, 14822] r=1
(SGLangEngine pid=11464) 9 [2512, 25, 9026, 198, 623, 5295, 25, 10440, 151645] r=1
(SGLangEngine pid=11464) 45 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 15666] r=1
(SGLangEngine pid=11464) 9 [2512, 25, 9026, 198, 623, 5295, 25, 20861, 151645] r=1
(SGLangEngine pid=11464) 45 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 36975] r=1
(SGLangEngine pid=11464) 9 [2512, 25, 9026, 198, 623, 5295, 25, 35074, 151645] r=1
(SGLangEngine pid=11464) 43 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 88603] r=1
(SGLangEngine pid=11464) 4 [2163, 279, 4126, 13] r=2
(SGLangEngine pid=11464) 8192 [1752, 458, 10322, 25854, 291, 3108, 3084, 1075, 220, 18] r=1
(SGLangEngine pid=11464) 1403 [488, 17, 28, 16, 15, 16, 481, 17, 74, 382] r=1
(SGLangEngine pid=11464) 4096 [576, 1156, 6193, 374, 1101, 279, 15955, 3562, 10058, 11] r=1
(SGLangEngine pid=11464) 5920 [15, 20287, 220, 18, 20, 22, 13, 18, 20, 9769] r=1
(SGLangEngine pid=11464) 150 [2512, 25, 9026, 198, 623, 5295, 25, 1752, 151645, 198] r=1
(SGLangEngine pid=11464) 12 [2512, 25, 9026, 198, 623, 5295, 25, 1205, 1184, 311] r=1
(SGLangEngine pid=11464) 42 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 1654] r=1
(SGLangEngine pid=11464) 824 [19641, 13, 320, 17, 15, 3501, 8, 362, 3654, 37596] r=10
(SGLangEngine pid=11464) 2 [2512, 25] r=10
(SGLangEngine pid=11464) 25 [3119, 198, 623, 5295, 25, 6771, 752, 3270, 1495, 151645] r=3
(SGLangEngine pid=11464) 4096 [821, 1447, 12, 264, 15, 284, 220, 22, 198, 12] r=1
(SGLangEngine pid=11464) 489 [19, 1242, 19, 382, 62901, 89630, 25, 220, 20, 21] r=1
(SGLangEngine pid=11464) 1 [18] r=1
(SGLangEngine pid=11464) 1 [1995] r=2
(SGLangEngine pid=11464) 8192 [1447, 16, 13, 576, 5461, 5456, 315, 4143, 879, 2684] r=1
(SGLangEngine pid=11464) 323 [5295, 25, 2055, 11, 151645, 198, 151644, 872, 198, 25139] r=1
(SGLangEngine pid=11464) 8192 [6888, 336, 7022, 382, 62901, 89630, 25, 220, 24, 24] r=1
(SGLangEngine pid=11464) 294 [7332, 1191, 504, 856, 20, 382, 62901, 89630, 25, 220] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 1779, 198, 623, 5295, 25, 1988, 3783, 11] r=1
(SGLangEngine pid=11464) 59 [151645, 198, 151644, 872, 198, 25139, 261, 594, 14822, 510] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 62079, 198, 623, 5295, 25, 15277, 11, 279] r=1
(SGLangEngine pid=11464) 39 [151645, 198, 151644, 872, 198, 25139, 261, 594, 14822, 510] r=1
(SGLangEngine pid=11464) 6 [3535, 198, 623, 5295, 25, 6771] r=7
(SGLangEngine pid=11464) 19 [752, 3270, 1495, 151645, 198, 151644, 872, 198, 25139, 261] r=2
(SGLangEngine pid=11464) 4096 [1995, 803, 36302, 382, 62901, 89630, 25, 220, 24, 24] r=1
(SGLangEngine pid=11464) 4474 [3204, 264, 16, 16, 374, 220, 15, 11, 714, 1077] r=1
(SGLangEngine pid=11464) 4096 [821, 1447, 12, 264, 15, 284, 220, 22, 198, 12] r=1
(SGLangEngine pid=11464) 3366 [22, 74, 481, 17, 74, 488, 17, 16, 28, 16] r=1
(SGLangEngine pid=11464) 1 [748] r=5
(SGLangEngine pid=11464) 17 [1156, 3535, 151645, 198, 151644, 872, 198, 25139, 261, 594] r=2
(SGLangEngine pid=11464) 18 [1378, 5461, 4682, 382, 62901, 89630, 25, 220, 24, 24] r=2
(SGLangEngine pid=11464) 4096 [9026, 198, 623, 5295, 25, 5512, 151645, 198, 151644, 872] r=1
(SGLangEngine pid=11464) 4079 [284, 350, 488, 64, 16, 16, 11, 323, 350, 284] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 9026, 198, 623, 5295, 25, 9295, 11, 151645] r=1
(SGLangEngine pid=11464) 45 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 5847] r=1
(SGLangEngine pid=11464) 4096 [3119, 198, 623, 5295, 25, 5512, 151645, 198, 151644, 872] r=1
(SGLangEngine pid=11464) 3920 [6144, 311, 220, 21, 6599, 50, 488, 17, 20, 568] r=1
(SGLangEngine pid=11464) 11 [2512, 25, 1779, 198, 623, 5295, 25, 1988, 374, 429] r=1
(SGLangEngine pid=11464) 44 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 3983] r=1
(SGLangEngine pid=11464) 12 [2512, 25, 62079, 198, 623, 5295, 25, 15277, 11, 419] r=1
(SGLangEngine pid=11464) 27 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 54815] r=1
(SGLangEngine pid=11464) 17 [1191, 151645, 198, 151644, 872, 198, 25139, 261, 594, 14822] r=3
(SGLangEngine pid=11464) 7754 [1128, 374, 2661, 382, 62901, 89630, 25, 220, 24, 24] r=1
(SGLangEngine pid=11464) 12 [2512, 25, 13186, 198, 623, 5295, 25, 1988, 419, 2578] r=1
(SGLangEngine pid=11464) 44 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 3983] r=1
(SGLangEngine pid=11464) 13 [2512, 25, 1779, 198, 623, 5295, 25, 1988, 1077, 594] r=1
(SGLangEngine pid=11464) 41 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 3983] r=1
(SGLangEngine pid=11464) 13 [2512, 25, 13186, 198, 623, 5295, 25, 38478, 11, 8365] r=1
(SGLangEngine pid=11464) 53 [151645, 198, 151644, 872, 198, 25139, 261, 594, 14822, 510] r=1
(SGLangEngine pid=11464) 2 [279, 2661] r=2
(SGLangEngine pid=11464) 8192 [821, 1447, 22043, 1447, 12, 264, 15, 284, 220, 22] r=1
(SGLangEngine pid=11464) 831 [220, 24, 18, 504, 2176, 11067, 25, 481, 17, 64] r=1
(SGLangEngine pid=11464) 8192 [1995, 6888, 336, 7022, 382, 62901, 89630, 25, 220, 24] r=1
(SGLangEngine pid=11464) 914 [151645, 198, 151644, 77091, 198, 2512, 25, 62079, 198, 623] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 9026, 198, 623, 5295, 25, 61242, 1437, 25] r=1
(SGLangEngine pid=11464) 80 [151645, 198, 151644, 872, 198, 25139, 261, 594, 14822, 510] r=1
(SGLangEngine pid=11464) 1243 [13314, 220, 16, 16246, 429, 400, 79, 3, 374, 264] r=4
(SGLangEngine pid=11464) 2 [2512, 25] r=4
(SGLangEngine pid=11464) 31 [3119, 198, 623, 5295, 25, 1988, 1077, 594, 10354, 3019] r=2
(SGLangEngine pid=11464) 4096 [2055, 369, 1817, 10250, 281, 11, 582, 646, 1077, 294] r=1
(SGLangEngine pid=11464) 3982 [16, 25, 760, 17, 91, 488, 16, 21, 28, 16] r=1
(SGLangEngine pid=11464) 4096 [1752, 1817, 294, 504, 220, 16, 705, 311, 6422, 83073] r=1
(SGLangEngine pid=11464) 3846 [28, 481, 16, 25, 760, 16, 91, 488, 24, 28] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 62079, 198, 623, 5295, 25, 2055, 279, 151645] r=1
(SGLangEngine pid=11464) 61 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 4416] r=1
(SGLangEngine pid=11464) 17 [1779, 198, 623, 5295, 25, 1988, 151645, 198, 151644, 872] r=2
(SGLangEngine pid=11464) 7712 [1077, 594, 537, 633, 8305, 315, 13217, 13, 6771, 594] r=1
(SGLangEngine pid=11464) 7783 [1573, 429, 11, 1077, 594, 1744, 911, 3204, 2750, 315] r=1
(SGLangEngine pid=11464) 13 [2512, 25, 1779, 198, 623, 5295, 25, 13824, 11, 773] r=1
(SGLangEngine pid=11464) 71 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 14190] r=1
(SGLangEngine pid=11464) 10 [2512, 25, 1779, 198, 623, 5295, 25, 13824, 11, 151645] r=1
(SGLangEngine pid=11464) 66 [198, 151644, 872, 198, 25139, 261, 594, 14822, 510, 14190] r=1
(SGLangEngine pid=11464) #tokens: 423591
(SGLangEngine pid=18390) [2026-04-27 13:55:55] INFO: 10.29.240.65:43240 - "POST /generate HTTP/1.1" 200 OK [repeated 15x across cluster]
(SGLangEngine pid=11464) [2026-04-27 13:55:58] Out of memory. Try to lower your batch size.
(SGLangEngine pid=11464) Try to allocate 4372 tokens.
(SGLangEngine pid=11464) Available tokens: 1351 (available_size=1351 + evictable_size=0)

This comment has been hidden (marked as Resolved)
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment