From owner-freebsd-current@FreeBSD.ORG Thu Sep 12 04:51:17 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D85809F3 for ; Thu, 12 Sep 2013 04:51:17 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-vb0-x234.google.com (mail-vb0-x234.google.com [IPv6:2607:f8b0:400c:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9AE1E2EE1 for ; Thu, 12 Sep 2013 04:51:17 +0000 (UTC) Received: by mail-vb0-f52.google.com with SMTP id f12so7014478vbg.11 for ; Wed, 11 Sep 2013 21:51:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=NY8IUYCc3ckqJMYwteOyds4baiO93eY5z4XHPneBQz4=; b=NybvueagR5zPwugm7KC5iX67AxqNTveVppc7Q2+vd2VU0dX7zYIFaMK9c6zzsOH57y BzHMKzQ4DaRI16/Sxhbj6+qXPWM4jOHMsJbhWLQOH6OKDB6TAyADxJ5+5dPN+jNr6CjI pYIfD6r+1Np7FGxfd2GKCVF2Cz5WoP9UZgvlJlsswwNMZXNPb9OOhE92XTj03mPEHfXG s9oILsKhU68i1B+A9GfwpIZfYzqwnQqhluTIBVu7JmnVn9b/oABOXduMpyel2lpFZ51N fJIfOX//WKCIA4FnjuCDzp03lRy2SknXtiPsAalJ5RRY+17NaclF6shLhyjsko3OMebM NZeQ== MIME-Version: 1.0 X-Received: by 10.220.199.5 with SMTP id eq5mr4800107vcb.16.1378961476706; Wed, 11 Sep 2013 21:51:16 -0700 (PDT) Received: by 10.58.173.101 with HTTP; Wed, 11 Sep 2013 21:51:16 -0700 (PDT) Date: Wed, 11 Sep 2013 21:51:16 -0700 Message-ID: Subject: Intermittent hangs in vmem_periodic() From: hiren panchasara To: freebsd-current Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 12 Sep 2013 04:51:18 -0000 I am seeing really weird system freeze for 2-3 seconds every minute or so. % uname -a FreeBSD flymockour-l7.corp.yahoo.com 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r255423M: Mon Sep 9 12:29:22 PDT 2013 root@flymocko ur-l7.corp.yahoo.com:/usr/obj/usr/home/hirenp/head/sys/GENERIC amd64 Simple comands like "man top" hangs and this is what I see in ctrl+T % man top load: 1.59 cmd: zcat 76574 [*kmem arena] 2.16r 0.00u 1.82s 16% 2000k load: 1.70 cmd: zcat 76574 [*kmem arena] 7.19r 0.00u 1.82s 7% 2000k load: 1.89 cmd: zcat 76574 [*kmem arena] 12.58r 0.00u 1.82s 3% 2000k load: 1.90 cmd: zcat 76574 [*kmem arena] 14.58r 0.00u 1.82s 2% 2000k I see similar things while trying to "exit" a terminal window. I see following in pmcstat: PMC: [INSTR_RETIRED_ANY] Samples: 117647 (100.0%) , 6885 unresolved %SAMP CALLTREE 75.9 fork_exit@kernel taskqueue_thread_loop taskqueue_run_locked vmem_periodic(75.9%) I am not running anything funny and I do not see anything weird in "top" too. Any help is appreciated. cheers, Hiren