From owner-freebsd-questions@FreeBSD.ORG Mon Feb 7 18:36:23 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A27A3106566C for ; Mon, 7 Feb 2011 18:36:23 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 5E0198FC0C for ; Mon, 7 Feb 2011 18:36:23 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for freebsd-questions@freebsd.org with esmtp (envelope-from ) id <1PmVwk-0000uQ-0N>; Mon, 07 Feb 2011 19:36:22 +0100 Received: from e178017134.adsl.alicedsl.de ([85.178.17.134] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-questions@freebsd.org with esmtpsa (envelope-from ) id <1PmVwj-0003Gz-Ts>; Mon, 07 Feb 2011 19:36:21 +0100 Message-ID: <4D503BA5.3040201@mail.zedat.fu-berlin.de> Date: Mon, 07 Feb 2011 19:36:21 +0100 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20110129 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.17.134 Subject: top: where to find process state descriptions (i.e. STATE usem)? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2011 18:36:23 -0000 Hello. Try to find docs about the process states shown in top, but I can't find any hint for explanations what the abbrev. do mean. I have a problem with a scientific program using OpenMP showing STATE 'usem' in top. Problem: the small program is much slower on a dual or four core CPU using OpenMP than using only a single core (single thread never show state 'usem' in top). Any help? Thanks in advance, and regards, Oliver