Received: by 2002:a05:6602:18e:0:0:0:0 with SMTP id m14csp1650303ioo; Sun, 22 May 2022 23:01:51 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz42SUjsbP8ZLdHRAM1p3HLBR3NjnP2cD6j83sY9e+SM6xIQFJj5dZ4K8PDCWe1Nt9v1fC3 X-Received: by 2002:a17:903:240a:b0:14e:dad4:5ce4 with SMTP id e10-20020a170903240a00b0014edad45ce4mr22034544plo.125.1653285711443; Sun, 22 May 2022 23:01:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1653285711; cv=none; d=google.com; s=arc-20160816; b=NrgVoc6xCmqJD4GKqHMgNM+ONucNgHNM78Y3qBiwy7HuKDHvVInHPxB3+bKPJulqKW D8pYlXn6+s5DazShuR9RFxNGoH7QVFMDKgoJAGESi0FiDwvtLoXxEtFrA3YH9x8tYqnU 9agPj2M9+r60gBR3FML5TTZTRDyVhQec8HS4h2dwI0doEuaweQAoaoFusf3sMoB9kv2Y RGJ568nWk+9b/VhfHEvPkn6EVrCRSvnlkUZaY16r8qeBSR0eK9m4Hq6YAHIDJ9rVMWrF /6DHMgjeWK/btiIyIgnCGmX+oVfCSqTYWbd1Khx3Sa1MobeSZ38IfwJfOG8cYcVrlWzn A3Tg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=Qm0DvChOV/6PXOGdBzqPpDkOiy3mHw17f7m+K9YtaXU=; b=Ry8oDWSgxtrRkaf216KK4N6UOy6eHuyv89VxMgveLQpgHOoUAa7FSueZtQiKJa/EWF i9rAt2yoaxUfDEP8Ef1Exh32QrbQuutmLJhninTYE/H0cgD4yPaDwSjkAFtiO82rrlzL +9FJJ0E6CKn7cdDM+T4+trfRYCHWGWC6FkaWJZ3SsOWLN1L7PAmNy/rSkSVwB2MsdZKe u4E/EPskYy8eP1cFTW93qAl0jBcJzv3YtKlJ+JJy7fz2KKRdP9OChS12BH+8/uWlJC7i PmN1SPVAkL5g5at7bEwylqmHPN+m+xu6vAdw3n12MS7pli6xt59W+KoCq3zMs+mnjqGY 6NgA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net. [2620:137:e000::1:18]) by mx.google.com with ESMTPS id t16-20020a170902e85000b001618192eb54si10074965plg.135.2022.05.22.23.01.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 22 May 2022 23:01:51 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:18 as permitted sender) client-ip=2620:137:e000::1:18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 996963633D; Sun, 22 May 2022 22:55:30 -0700 (PDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348181AbiETKfh (ORCPT + 99 others); Fri, 20 May 2022 06:35:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38754 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348185AbiETKfd (ORCPT ); Fri, 20 May 2022 06:35:33 -0400 Received: from outbound-smtp22.blacknight.com (outbound-smtp22.blacknight.com [81.17.249.190]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 61B74EBA8A for ; Fri, 20 May 2022 03:35:31 -0700 (PDT) Received: from mail.blacknight.com (pemlinmail01.blacknight.ie [81.17.254.10]) by outbound-smtp22.blacknight.com (Postfix) with ESMTPS id DF960BAB0A for ; Fri, 20 May 2022 11:35:29 +0100 (IST) Received: (qmail 29734 invoked from network); 20 May 2022 10:35:29 -0000 Received: from unknown (HELO morpheus.112glenside.lan) (mgorman@techsingularity.net@[84.203.198.246]) by 81.17.254.9 with ESMTPA; 20 May 2022 10:35:29 -0000 From: Mel Gorman To: Peter Zijlstra Cc: Ingo Molnar , Vincent Guittot , Valentin Schneider , K Prateek Nayak , Aubrey Li , Ying Huang , LKML , Mel Gorman Subject: [PATCH v2 0/4] Mitigate inconsistent NUMA imbalance behaviour Date: Fri, 20 May 2022 11:35:15 +0100 Message-Id: <20220520103519.1863-1-mgorman@techsingularity.net> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RDNS_NONE, SPF_HELO_NONE,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Changes since V1 o Consolidate [allow|adjust]_numa_imbalance (peterz) o #ifdefs around NUMA-specific pieces to build arc-allyesconfig (lkp) A problem was reported privately related to inconsistent performance of NAS when parallelised with MPICH. The root of the problem is that the initial placement is unpredictable and there can be a larger imbalance than expected between NUMA nodes. As there is spare capacity and the faults are local, the imbalance persists for a long time and performance suffers. This is not 100% an "allowed imbalance" problem as setting the allowed imbalance to 0 does not fix the issue but the allowed imbalance contributes the the performance problem. The unpredictable behaviour was most recently introduced by commit c6f886546cb8 ("sched/fair: Trigger the update of blocked load on newly idle cpu"). mpirun forks hydra_pmi_proxy helpers with MPICH that go to sleep before the execing the target workload. As the new tasks are sleeping, the potential imbalance is not observed as idle_cpus does not reflect the tasks that will be running in the near future. How bad the problem depends on the timing of when fork happens and whether the new tasks are still running. Consequently, a large initial imbalance may not be detected until the workload is fully running. Once running, NUMA Balancing picks the preferred node based on locality and runtime load balancing often ignores the tasks as can_migrate_task() fails for either locality or task_hot reasons and instead picks unrelated tasks. This is the min, max and range of run time for mg.D parallelised with ~25% of the CPUs parallelised by MPICH running on a 2-socket machine (80 CPUs, 16 active for mg.D due to limitations of mg.D). v5.3 Min 95.84 Max 96.55 Range 0.71 Mean 96.16 v5.7 Min 95.44 Max 96.51 Range 1.07 Mean 96.14 v5.8 Min 96.02 Max 197.08 Range 101.06 Mean 154.70 v5.12 Min 104.45 Max 111.03 Range 6.58 Mean 105.94 v5.13 Min 104.38 Max 170.37 Range 65.99 Mean 117.35 v5.13-revert-c6f886546cb8 Min 104.40 Max 110.70 Range 6.30 Mean 105.68 v5.18rc4-baseline Min 110.78 Max 169.84 Range 59.06 Mean 131.22 v5.18rc4-revert-c6f886546cb8 Min 113.98 Max 117.29 Range 3.31 Mean 114.71 v5.18rc4-this_series Min 95.56 Max 163.97 Range 68.41 Mean 105.39 v5.18rc4-this_series-revert-c6f886546cb8 Min 95.56 Max 104.86 Range 9.30 Mean 97.00 This shows that we've had unpredictable performance for a long time for this load. Instability was introduced somewhere between v5.7 and v5.8, fixed in v5.12 and broken again since v5.13. The revert against 5.13 and 5.18-rc4 shows that c6f886546cb8 is the primary source of instability although the best case is still worse than 5.7. This series addresses the allowed imbalance problems to get the peak performance back to 5.7 although only some of the time due to the instability problem. The series plus the revert is both stable and has slightly better peak performance and similar average performance. I'm not convinced commit c6f886546cb8 is wrong but haven't isolated exactly why it's unstable. I'm just noting it has an issue for now. Patch 1 initialises numa_migrate_retry. While this resolves itself eventually, it is unpredictable early in the lifetime of a task. Patch 2 will not swap NUMA tasks in the same NUMA group or without a NUMA group if there is spare capacity. Swapping is just punishing one task to help another. Patch 3 fixes an issue where a larger imbalance can be created at fork time than would be allowed at run time. This behaviour can help some workloads that are short lived and prefer to remain local but it punishes long-lived tasks that are memory intensive. Patch 4 adjusts the threshold where a NUMA imbalance is allowed to better approximate the number of memory channels, at least for x86-64. kernel/sched/fair.c | 91 +++++++++++++++++++++++++---------------- kernel/sched/topology.c | 23 +++++++---- 2 files changed, 70 insertions(+), 44 deletions(-) -- 2.34.1