From owner-freebsd-current@freebsd.org Sat Dec 26 19:39:05 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FA25A52FDF for ; Sat, 26 Dec 2015 19:39:05 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-wm0-x242.google.com (mail-wm0-x242.google.com [IPv6:2a00:1450:400c:c09::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 405011172 for ; Sat, 26 Dec 2015 19:39:05 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: by mail-wm0-x242.google.com with SMTP id p187so42556210wmp.2 for ; Sat, 26 Dec 2015 11:39:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=b1m751VnBu792POOOE/bH50NlYbJSNISCPAKr1OrRHI=; b=bGjpFixSvrzkmWWqs4GHN7Wqo8faBqtt2i/kKbtT6PzJHLcji4QET8OuK+1mjVYmMa TBILEbdrBasRVWCfFImZRXOwjKCFUC79GsNFEWCqfLCn5o4Gihnhd7iKMB2niQWnE9ks cGHSDF7CRCIzGjvGk/2Ifq6BGZ0O5g3cAk+1h1S7M0Mg5eJWj5tB3+M4PzL/bR01R9+l aP6uPy8xDq5p1XKSQbI4E3ue+vqTcXAr0Tji41DFBMcsuQdbKgsg3Fwr4skbAFofxjAx 1pdI3dch55AYRAK82a8AImoZtFKmoOBZgx+tOOLAqaGfNRF5zabeIhKUGWiyYSI7woHh cPZw== X-Received: by 10.194.5.74 with SMTP id q10mr49939658wjq.138.1451158742635; Sat, 26 Dec 2015 11:39:02 -0800 (PST) Received: from laptop.minsk.domain ([37.215.163.101]) by smtp.gmail.com with ESMTPSA id gl4sm50107041wjd.17.2015.12.26.11.39.01 for (version=TLSv1/SSLv3 cipher=OTHER); Sat, 26 Dec 2015 11:39:01 -0800 (PST) Date: Sat, 26 Dec 2015 22:37:53 +0300 From: "Sergey V. Dyatko" To: Subject: kernel{acpi_task_*} consumes near 100% WCPU Message-ID: <20151226223753.47eef002@laptop.minsk.domain> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 19:39:05 -0000 Hi, I have 2 SuperMicro servers with 11-CURRENT amd64 (r268447 and r292688). Both have LA near 1.0 even without any load. On 'fresh' CURRENT (r292688) top -SH command shows following with debug.acpi.max_threads=8 https://gyazo.com/5e16ffcf803a24171803209dba08848c with debug.acpi.max_threads=1 I have just one process kernel{acpi_task_0} consumed 90%+ WCPU systat -vmstat 1: https://gyazo.com/b8be5305859b7245f6da16f92a1b2165 What is the reason for this behavior, and what can I do with this ? -- wbr, tiger