From owner-freebsd-hackers@FreeBSD.ORG Wed May 30 19:27:12 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 887101065673 for ; Wed, 30 May 2012 19:27:12 +0000 (UTC) (envelope-from andrey@zonov.org) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0801F8FC0A for ; Wed, 30 May 2012 19:27:11 +0000 (UTC) Received: by lbon10 with SMTP id n10so347435lbo.13 for ; Wed, 30 May 2012 12:27:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding:x-gm-message-state; bh=e37uyayx4lQl8JFLsv2jsxNaXIrWX1Bx2IVGQhJ/sQY=; b=f7p9lkjh/kND46wpavtx/9UWd3xrhcU1pg+k3PyaEXJ+18ev1qxRHIxtUaUegj78S5 AsSzz/umganSe9WIQ/NWxMCkuQyw0UlrKhMZytxjIsVoUrHWEUroqzOv1+EYN/FxonxS LWW70uqhCASq3pmNBF/bhuzIp/fOxNYCr1z2bwiQojxYKeusaFJZJLIuoVJOGBvaftr5 amaPGfXF1TqXT/tnRsSvwMgYjvYRyTkUqA9XeJV+PZXuxRq9dcaeNoKTeuHxyqAsZCQy fzGOfTkqfBKOpVnpCokNgZi2+/wPxq31EuPJ0xDwylocrGUynXVTvVvRbPZUAdJUQgjY jEWw== Received: by 10.152.48.6 with SMTP id h6mr16897810lan.30.1338406030675; Wed, 30 May 2012 12:27:10 -0700 (PDT) Received: from zont-osx.local (ppp95-165-153-34.pppoe.spdop.ru. [95.165.153.34]) by mx.google.com with ESMTPS id k4sm761341lbb.12.2012.05.30.12.27.08 (version=SSLv3 cipher=OTHER); Wed, 30 May 2012 12:27:09 -0700 (PDT) Message-ID: <4FC6748B.5030708@zonov.org> Date: Wed, 30 May 2012 23:27:07 +0400 From: Andrey Zonov User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQmxVTiEKQLCGKI5wcRHdkjiMaJLrreH3YHIUemLzhcm5YslkfqK7Ko71CGmUHcknn9Pwc22 Subject: usertime stale at about 371k seconds X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2012 19:27:12 -0000 Hi, I have long running process for which `ps -o usertime -p $pid' shows always the same time - 6190:07.65, `ps -o cputime -p $pid' for the same process continue to grow and now it's 21538:53.61. It looks like overflow in resource usage code or something. Any ideas? -- Andrey Zonov