Jump to content
Sign in to follow this  
Dwarden

Take On Helicopters - Linux server beta 1.05.91260

Recommended Posts

Dowload:

ftp://downloads.bistudio.com/takeonhelicopters.com/update/toh-server-1.05.91260.tar.bz2

ftp://downloads.bistudio.com/takeonhelicopters.com/update/toh-server-1.05.91260.tar.bz2

CRC32: A24D000C

MD5: CB3A88F14778EE8E02AF91F58A414BBB

SHA-1: 699BB736CD6EA6B8679EC74CF19CB7F6A2784E35

Note that it requires TOH data to be updated to version 1.05 first in order to run properly.

Warning: LD_LIBRARY_PATH to the JAVA JDK folder must be defined

example:

export LD_LIBRARY_PATH=/usr/java/jdk1.7.0/jre/lib/i386/client

Please provide us with feedback to this topic.

Take on Helicopters - Linux Standalone Server 1.05

===============================================================

Copyrigt © 2011 Bohemia Interactive Studio. All rights reserved.

For more information please visit

http://community.bistudio.com/wiki/ArmA:_Dedicated_Server

Installation instructions:

==========================

1. Following programs must have been installed on your Linux-box:

tar, gcc. Optional: md5sum (for setup integrity check)

1a. On some verions of Linux (this was reported for RedHat 9

and Gentoo linux 2.4.20) the NSCD deamon must be installed to

run TOH server successfully. Caching of DNS would be sufficient.

2. Copy the whole "Take on Helicopters" directory from Windows

to some Linux-directory (takeonh). DON'T DO ANY DATA CONVERSIONS

(even "dos2unix" translation of text files is not necessary).

Example: you can use PKZIP (WinZip, PowerArchiver, etc.) on

Windows and "unzip" on Linux.

Don't use upper case letters in the takeonh directory name

(/home/bob/takeonh will be good, /home/bob/TakeOnH

may cause some troubles).

takeonh directory should contain subdirectories "Addons", "Bin", etc.

3. Copy the "server-x.xx.tar.gz" (x.xx is version number) file into

the takeonh directory. Unpack and install it with commands:

takeonh$ tar -xjf server-x.xx.tar.bz2

takeonh$ ./install

Watch the messages - they will inform you whether your installation

is successful.

4. Dedicated server can be started in foreground:

takeonh$ ./server

Or in background:

takeonh$ nohup ./server > out.txt 2> err.txt &

[1] <pid>

5. Running server can be stopped by executing:

$ kill -s SIGINT <pid>

Where <pid> is process-id of mother server thread (printed out in

"nohup" command).

6. Take on Helicopters server has a feature: command-line parameter

"-pid=<pid_file>". It causes creation of <pid_file> with

PID of root TOH process. If IP port specified in "-port=<nn>"

parameter is busy (in usage), TOH will terminate immediately

and <pid_file> won't be written..

7. The "tohserver" script is provided for automatic server

start/restart/status query/etc. Please be sure to edit

CONFIGURATION PARAMETERS in lines 12 to 18 !

After this is done, install (hard-link?) the script into

"/etc/rc.d/init.d/tohserver" file. After that it can be managed

by "chkconfig" (see info/man).

previous thread about 1.03 beta linux :

Share this post


Link to post
Share on other sites

We would also be interested in learning your opinion on JRE distribution for Linux. For the Windows version of the various games we are including a re-distributable JRE, so players do not have to install any extra software manually. As a Linux user, do you want us to try to distribute a Linux JRE in some way as well, or do you prefer to handle it yourself as admin?

Share this post


Link to post
Share on other sites

I would prefer it if you would include the JRE as well. The reason is that your JRE seems to include a non-standard library in jre/lib/ext (jniscripting.jar). Without it the server won't start.

And btw, I'm having trouble starting the server with Hinds DLC:

WATCHDOG (2137): [Thu Apr  5 01:05:33 CEST 2012] Starting server (port 2302)...
JavaVM Created
Data file too short '/home/takoh/server/@hinds\addons\characters_h_dlc1.pbo'. Expected -1843420160 B, got 54826228 B
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x6161702e, pid=2139, tid=4139615936
#
# JRE version: 7.0_03-b04
# Java VM: Java HotSpot(TM) Client VM (22.1-b02 mixed mode linux-x86 )
# Problematic frame:
# C  0x6161702e
#
# Core dump written. Default location: /home/takoh/server/core or core.2139 (max size 1000000 kB). To ensure a full core dump, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/takoh/server/hs_err_pid2139.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
#
WATCHDOG (2137): [Thu Apr  5 01:05:34 CEST 2012] Server died, waiting to restart...

Without the Hinds Addon the server works fine. Any idea?

Share this post


Link to post
Share on other sites

In OA DLC was not to be put on the server. Probably true for TKOH as well. The standard TKOH files should have everything the server needs.

Share this post


Link to post
Share on other sites
In OA DLC was not to be put on the server. Probably true for TKOH as well. The standard TKOH files should have everything the server needs.

Well, I made a MP mission that apparently requires DLC content to be on the server as well. Without it the mission won't load and the server logs an appropriate error message ("You cannot play this mission ... content has been deleted.hsim_characters_h_dlc1.")

The following are the addOns[]- and addOnsAuto[]-sections of my mission.sqm as generated by the mission editor where you can see that 2 DLC pbo's are required (marked red):

version=11;
class Mission
{
addOns[]=
{
	"hsim_characters_h",
	"hsim_air_us_h_helicopters_light",
	"chernarus",
	"hsim_wheeled_us_h_suv",
	"hsim_wheeled_h_offroad",
	"hsim_wheeled_h_ural",
	"hsim_wheeled_us_h_military_truck",
	"hsim_air_us_h_helicopters_medium",
	"hsim_air_us_h_helicopters_heavy",
	"hsim_air_h_aircraft_a",
	"hsim_air_h_aircraft_d",
	"hsim_air_h_airliner_b",
	"hsim_wheeled_us_h_pickup_02",
	"hsim_misc_h_windsock",
	"hsim_misc_h_helipads",
	"hsim_characters_us_h",
	"hsim_wheeled_h_ambulance",
	"hsim_water_h_civ_yacht",
	"hsim_wheeled_h_van_passenger",
	"hsim_misc_h_market",
	"hsim_air_h_aircraft_c",
	"hsim_misc_h_heliport_objects",
	"hsim_misc_h_boardspack",
	"hsim_misc_h_barels",
	"hsim_misc_h_office_objects",
	"hsim_misc_h_toilet",
	"hsim_misc_h_portable_generator",
	"hsim_misc_h_weather_station",
	"[color="#FF0000"]hsim_characters_h_dlc1[/color]",
	"[color="#FF0000"]hsim_air_h_dlc1_hind[/color]",
	"hsim_tracked_h_bmp2"
};
addOnsAuto[]=
{
	"hsim_characters_h",
	"hsim_water_h_civ_yacht",
	"hsim_wheeled_us_h_suv",
	"hsim_wheeled_h_offroad",
	"hsim_air_us_h_helicopters_medium",
	"[color="#FF0000"]hsim_characters_h_dlc1[/color]",
	"[color="#FF0000"]hsim_air_h_dlc1_hind[/color]",
	"hsim_tracked_h_bmp2",
	"hsim_wheeled_h_ural",
	"hsim_air_us_h_helicopters_light",
	"hsim_wheeled_us_h_military_truck",
	"hsim_air_us_h_helicopters_heavy",
	"hsim_wheeled_us_h_pickup_02",
	"hsim_misc_h_windsock",
	"hsim_misc_h_helipads",
	"hsim_wheeled_h_ambulance",
	"hsim_wheeled_h_van_passenger",
	"hsim_air_h_airliner_b",
	"hsim_air_h_aircraft_c",
	"hsim_air_h_aircraft_a",
	"hsim_misc_h_heliport_objects",
	"hsim_misc_h_boardspack",
	"hsim_misc_h_barels",
	"hsim_misc_h_office_objects",
	"hsim_misc_h_toilet",
	"hsim_misc_h_portable_generator",
	"hsim_misc_h_weather_station",
	"chernarus"
};
...

Share this post


Link to post
Share on other sites

Also, I found out that my server crashes about 2-3 min into any mission. This is even without addons and also happens with the stock missions. Looks like a Java related problem (core is dumped and the following hs_err_pid*****.log is written):

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0819a43c, pid=28768, tid=4139837120
#
# JRE version: 7.0_03-b04
# Java VM: Java HotSpot(TM) Client VM (22.1-b02 mixed mode linux-x86 )
# Problematic frame:
# C  [server+0x15243c]  wcscpy+0x15243c
#
# Core dump written. Default location: /home/takoh/server/core or core.28768 (max size 1000000 kB). To ensure a full core dump, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  T H R E A D  ---------------

Current thread (0x0a5dfc00):  JavaThread "main" [_thread_in_native, id=28768, stack(0xffdc0000,0xffe10000)]

siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000014c

Registers:
EAX=0x00000148, EBX=0x00000000, ECX=0xffe0c158, EDX=0x00000148
ESP=0xffe0c080, EBP=0xffe0c0a8, ESI=0x00000004, EDI=0xd8fdafd0
EIP=0x0819a43c, EFLAGS=0x00010282, CR2=0x0000014c

Top of Stack: (sp=0xffe0c080)
0xffe0c080:   ffe0c6bc ffe0c6a0 f6c4efa6 ffe0c6bc
0xffe0c090:   0a5b16d0 00000016 f6d5dff4 00000000
0xffe0c0a0:   00000004 d8fdafd0 ffe0c108 08192119
0xffe0c0b0:   00000148 00000002 4f7e0fa7 00000000
0xffe0c0c0:   ffe0c294 ffffffff ffe0c0d8 08080b3b
0xffe0c0d0:   00000024 00000024 ffe0c108 0809e3de
0xffe0c0e0:   ffe0c6cc 00000000 ffe0c750 00000002
0xffe0c0f0:   d7c468c0 ffe0c138 f6c78b86 dbb88690 

Instructions: (pc=0x0819a43c)
0x0819a41c:   24 04 c7 04 24 ed 1f 17 09 e8 06 1d fa 00 e9 77
0x0819a42c:   ff ff ff 90 55 89 e5 57 56 53 83 ec 1c 8b 55 08
0x0819a43c:   8b 42 04 89 d1 8b 52 08 39 d0 0f 8c 08 01 00 00
0x0819a44c:   89 45 e8 40 89 45 ec 0f 88 42 01 00 00 39 55 ec 

Register to memory mapping:

EAX=
[error occurred during error reporting (printing register info), id 0xb]

Stack: [0xffdc0000,0xffe10000],  sp=0xffe0c080,  free space=304k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [server+0x15243c]  wcscpy+0x15243c
C  [server+0x14a119]  wcscpy+0x14a119
C  [server+0x57dfa]  wcscpy+0x57dfa
C  [server+0x16aacf]  wcscpy+0x16aacf
C  [server+0x1834a9]  wcscpy+0x1834a9
C  [server+0x1877d9]  wcscpy+0x1877d9
C  [server+0x7180da]  wcscpy+0x7180da
C  [server+0x754a94]  wcscpy+0x754a94
C  [server+0xfaa6ee]  wcscpy+0xfaa6ee
C  [server+0xfaa916]  wcscpy+0xfaa916
C  [server+0xfbecb5]  wcscpy+0xfbecb5
C  [libc.so.6+0x1642d]  __libc_start_main+0xe5


---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
 0xd8fe0c00 JavaThread "SIGTERM handler" daemon [_thread_blocked, id=29074, stack(0xe0130000,0xe0180000)]
 0xe0200c00 JavaThread "Service Thread" daemon [_thread_blocked, id=28777, stack(0xe0325000,0xe0375000)]
 0x0a69c000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=28776, stack(0xe0375000,0xe03f5000)]
 0x0a69a800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=28775, stack(0xe03f5000,0xe0445000)]
 0x0a662c00 JavaThread "Finalizer" daemon [_thread_blocked, id=28774, stack(0xe05be000,0xe060e000)]
 0x0a65dc00 JavaThread "Reference Handler" daemon [_thread_blocked, id=28773, stack(0xe060e000,0xe065e000)]
=>0x0a5dfc00 JavaThread "main" [_thread_in_native, id=28768, stack(0xffdc0000,0xffe10000)]

Other Threads:
 0x0a658800 VMThread [stack: 0xe065e000,0xe06de000] [id=28772]

VM state:at safepoint (shutting down)

VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
[0x0a5e6250] Threads_lock - owner thread: 0x0a658800

Heap
def new generation   total 4928K, used 990K [0xe0a00000, 0xe0f50000, 0xe5f50000)
 eden space 4416K,  22% used [0xe0a00000, 0xe0af7878, 0xe0e50000)
 from space 512K,   0% used [0xe0e50000, 0xe0e50000, 0xe0ed0000)
 to   space 512K,   0% used [0xe0ed0000, 0xe0ed0000, 0xe0f50000)
tenured generation   total 10944K, used 0K [0xe5f50000, 0xe6a00000, 0xf0a00000)
  the space 10944K,   0% used [0xe5f50000, 0xe5f50000, 0xe5f50200, 0xe6a00000)
compacting perm gen  total 12288K, used 2100K [0xf0a00000, 0xf1600000, 0xf4a00000)
  the space 12288K,  17% used [0xf0a00000, 0xf0c0d3a0, 0xf0c0d400, 0xf1600000)
No shared spaces configured.

Code Cache  [0xf4a84000, 0xf4b24000, 0xf6a84000)
total_blobs=144 nmethods=15 adapters=66 free_code_cache=32134Kb largest_free_block=32906048

Dynamic libraries:
08048000-09220000 r-xp 00000000 08:11 78251244                           /home/takoh/server/server
09220000-09232000 rw-p 011d7000 08:11 78251244                           /home/takoh/server/server
09232000-09264000 rw-p 00000000 00:00 0 
09d97000-0a6e9000 rw-p 00000000 00:00 0                                  [heap]
d7400000-d7401000 ---p 00000000 00:00 0 
d7401000-d7c00000 rw-p 00000000 00:00 0 
d7c00000-d7c7c000 rw-p 00000000 00:00 0 
d7c7c000-d7d00000 ---p 00000000 00:00 0 
d7df0000-d7df4000 r-xp 00000000 08:11 78251882                           /emul/ia32-linux/lib/libnss_dns-2.7.so
d7df4000-d7df6000 rw-p 00003000 08:11 78251882                           /emul/ia32-linux/lib/libnss_dns-2.7.so
d7e00000-d7e01000 ---p 00000000 00:00 0 
d7e01000-d8600000 rw-p 00000000 00:00 0 
d8600000-d8601000 ---p 00000000 00:00 0 
d8601000-d8e00000 rw-p 00000000 00:00 0 
d8e00000-d8ffd000 rw-p 00000000 00:00 0 
d8ffd000-d9000000 ---p 00000000 00:00 0 
d9000000-d9200000 rw-p 00000000 00:00 0 
d9200000-d9400000 rw-p 00000000 00:00 0 
d9400000-d9600000 rw-p 00000000 00:00 0 
d9600000-d9800000 rw-p 00000000 00:00 0 
d9800000-d9a00000 rw-p 00000000 00:00 0 
d9a00000-d9c00000 rw-p 00000000 00:00 0 
d9c00000-d9e00000 rw-p 00000000 00:00 0 
d9e00000-da000000 rw-p 00000000 00:00 0 
da000000-da200000 rw-p 00000000 00:00 0 
da200000-da400000 rw-p 00000000 00:00 0 
da400000-da600000 rw-p 00000000 00:00 0 
da600000-da800000 rw-p 00000000 00:00 0 
da800000-daa00000 rw-p 00000000 00:00 0 
daa00000-dac00000 rw-p 00000000 00:00 0 
dac00000-dacff000 rw-p 00000000 00:00 0 
dacff000-dad00000 ---p 00000000 00:00 0 
dad00000-dae00000 rw-p 00000000 00:00 0 
dae00000-db000000 rw-p 00000000 00:00 0 
db000000-db200000 rw-p 00000000 00:00 0 
db200000-db400000 rw-p 00000000 00:00 0 
db400000-db600000 rw-p 00000000 00:00 0 
db600000-db800000 rw-p 00000000 00:00 0 
db800000-dba00000 rw-p 00000000 00:00 0 
dba00000-dbc00000 rw-p 00000000 00:00 0 
dbc00000-dbe00000 rw-p 00000000 00:00 0 
dbe00000-dc000000 rw-p 00000000 00:00 0 
dc000000-dc200000 rw-p 00000000 00:00 0 
dc200000-dc400000 rw-p 00000000 00:00 0 
dc400000-dc600000 rw-p 00000000 00:00 0 
dc600000-dc800000 rw-p 00000000 00:00 0 
dc800000-dca00000 rw-p 00000000 00:00 0 
dca00000-dcc00000 rw-p 00000000 00:00 0 
dcc00000-dce00000 rw-p 00000000 00:00 0 
dce00000-dd000000 rw-p 00000000 00:00 0 
dd000000-dd200000 rw-p 00000000 00:00 0 
dd200000-dd400000 rw-p 00000000 00:00 0 
dd400000-dd600000 rw-p 00000000 00:00 0 
dd600000-dd800000 rw-p 00000000 00:00 0 
dd800000-dda00000 rw-p 00000000 00:00 0 
dda00000-ddc00000 rw-p 00000000 00:00 0 
ddc00000-dde00000 rw-p 00000000 00:00 0 
dde00000-de000000 rw-p 00000000 00:00 0 
de000000-de200000 rw-p 00000000 00:00 0 
de200000-de400000 rw-p 00000000 00:00 0 
de400000-de600000 rw-p 00000000 00:00 0 
de600000-de7fb000 rw-p 00000000 00:00 0 
de7fb000-de800000 ---p 00000000 00:00 0 
de800000-dea00000 rw-p 00000000 00:00 0 
dea00000-dec00000 rw-p 00000000 00:00 0 
dec00000-dee00000 rw-p 00000000 00:00 0 
dee00000-df000000 rw-p 00000000 00:00 0 
df000000-df200000 rw-p 00000000 00:00 0 
df200000-df400000 rw-p 00000000 00:00 0 
df400000-df600000 rw-p 00000000 00:00 0 
df600000-df800000 rw-p 00000000 00:00 0 
df800000-dfa00000 rw-p 00000000 00:00 0 
dfa00000-dfc00000 rw-p 00000000 00:00 0 
dfc00000-dfe00000 rw-p 00000000 00:00 0 
dfe00000-e0000000 rw-p 00000000 00:00 0 
e0000000-e0100000 rw-p 00000000 00:00 0 
e0130000-e0133000 ---p 00000000 00:00 0 
e0133000-e0180000 rw-p 00000000 00:00 0 
e0180000-e0181000 ---p 00000000 00:00 0 
e0181000-e0200000 rw-p 00000000 00:00 0 
e0200000-e0300000 rw-p 00000000 00:00 0 
e0302000-e0311000 r-xp 00000000 08:11 78251888                           /emul/ia32-linux/lib/libresolv-2.7.so
e0311000-e0313000 rw-p 0000f000 08:11 78251888                           /emul/ia32-linux/lib/libresolv-2.7.so
e0313000-e0315000 rw-p 00000000 00:00 0 
e0315000-e0316000 ---p 00000000 00:00 0 
e0316000-e0325000 rw-p 00000000 00:00 0 
e0325000-e0328000 ---p 00000000 00:00 0 
e0328000-e0375000 rw-p 00000000 00:00 0 
e0375000-e0378000 ---p 00000000 00:00 0 
e0378000-e03f5000 rw-p 00000000 00:00 0 
e03f5000-e03f8000 ---p 00000000 00:00 0 
e03f8000-e0445000 rw-p 00000000 00:00 0 
e0445000-e05be000 r--p 00000000 08:11 79306501                           /usr/lib/locale/locale-archive
e05be000-e05c1000 ---p 00000000 00:00 0 
e05c1000-e060e000 rw-p 00000000 00:00 0 
e060e000-e0611000 ---p 00000000 00:00 0 
e0611000-e065e000 rw-p 00000000 00:00 0 
e065e000-e065f000 ---p 00000000 00:00 0 
e065f000-e0729000 rw-p 00000000 00:00 0 
e0729000-e08e8000 r--s 031da000 08:11 81007116                           /home/takoh/server/jre1.7.0_03/lib/rt.jar
e08e8000-e08ef000 rw-p 00000000 00:00 0 
e08ef000-e0909000 rw-p 00000000 00:00 0 
e0909000-e090f000 rw-p 00000000 00:00 0 
e090f000-e095f000 rw-p 00000000 00:00 0 
e095f000-e0962000 rw-p 00000000 00:00 0 
e0962000-e0989000 rw-p 00000000 00:00 0 
e0989000-e098f000 rw-p 00000000 00:00 0 
e098f000-e09df000 rw-p 00000000 00:00 0 
e09df000-e09e5000 rw-p 00000000 00:00 0 
e09e5000-e09ff000 rw-p 00000000 00:00 0 
e09ff000-e0f50000 rw-p 00000000 00:00 0 
e0f50000-e5f50000 rw-p 00000000 00:00 0 
e5f50000-e6a00000 rw-p 00000000 00:00 0 
e6a00000-f0a00000 rw-p 00000000 00:00 0 
f0a00000-f1600000 rw-p 00000000 00:00 0 
f1600000-f4a00000 rw-p 00000000 00:00 0 
f4a04000-f4a07000 rw-p 00000000 00:00 0 
f4a07000-f4a84000 rw-p 00000000 00:00 0 
f4a84000-f4b24000 rwxp 00000000 00:00 0 
f4b24000-f6a84000 rw-p 00000000 00:00 0 
f6a84000-f6a9b000 r-xp 00000000 08:11 81007260                           /home/takoh/server/jre1.7.0_03/lib/i386/libzip.so
f6a9b000-f6a9c000 rw-p 00017000 08:11 81007260                           /home/takoh/server/jre1.7.0_03/lib/i386/libzip.so
f6a9c000-f6aa5000 r-xp 00000000 08:11 78251883                           /emul/ia32-linux/lib/libnss_files-2.7.so
f6aa5000-f6aa7000 rw-p 00008000 08:11 78251883                           /emul/ia32-linux/lib/libnss_files-2.7.so
f6aa7000-f6aaf000 r-xp 00000000 08:11 78251885                           /emul/ia32-linux/lib/libnss_nis-2.7.so
f6aaf000-f6ab1000 rw-p 00007000 08:11 78251885                           /emul/ia32-linux/lib/libnss_nis-2.7.so
f6ab1000-f6ac5000 r-xp 00000000 08:11 78251880                           /emul/ia32-linux/lib/libnsl-2.7.so
f6ac5000-f6ac7000 rw-p 00013000 08:11 78251880                           /emul/ia32-linux/lib/libnsl-2.7.so
f6ac7000-f6ac9000 rw-p 00000000 00:00 0 
f6ac9000-f6ad0000 r-xp 00000000 08:11 78251881                           /emul/ia32-linux/lib/libnss_compat-2.7.so
f6ad0000-f6ad2000 rw-p 00006000 08:11 78251881                           /emul/ia32-linux/lib/libnss_compat-2.7.so
f6ad4000-f6adc000 rw-s 00000000 08:11 77992070                           /tmp/hsperfdata_takoh/28768 (deleted)
f6adc000-f6aff000 r-xp 00000000 08:11 81007251                           /home/takoh/server/jre1.7.0_03/lib/i386/libjava.so
f6aff000-f6b00000 rw-p 00023000 08:11 81007251                           /home/takoh/server/jre1.7.0_03/lib/i386/libjava.so
f6b00000-f6b0c000 r-xp 00000000 08:11 81007243                           /home/takoh/server/jre1.7.0_03/lib/i386/libverify.so
f6b0c000-f6b0d000 rw-p 0000c000 08:11 81007243                           /home/takoh/server/jre1.7.0_03/lib/i386/libverify.so
f6b0d000-f6c10000 rw-p 00000000 00:00 0 
f6c10000-f6d5c000 r-xp 00000000 08:11 78251874                           /emul/ia32-linux/lib/libc-2.7.so
f6d5c000-f6d5d000 r--p 0014c000 08:11 78251874                           /emul/ia32-linux/lib/libc-2.7.so
f6d5d000-f6d5f000 rw-p 0014d000 08:11 78251874                           /emul/ia32-linux/lib/libc-2.7.so
f6d5f000-f6d62000 rw-p 00000000 00:00 0 
f6d62000-f6d6e000 r-xp 00000000 08:11 78251919                           /emul/ia32-linux/usr/lib/libgcc_s.so.1
f6d6e000-f6d6f000 rw-p 0000b000 08:11 78251919                           /emul/ia32-linux/usr/lib/libgcc_s.so.1
f6d6f000-f6d76000 r-xp 00000000 08:11 78251889                           /emul/ia32-linux/lib/librt-2.7.so
f6d76000-f6d78000 rw-p 00006000 08:11 78251889                           /emul/ia32-linux/lib/librt-2.7.so
f6d78000-f6d7a000 r-xp 00000000 08:11 78251877                           /emul/ia32-linux/lib/libdl-2.7.so
f6d7a000-f6d7c000 rw-p 00001000 08:11 78251877                           /emul/ia32-linux/lib/libdl-2.7.so
f6d7c000-f6d8f000 r-xp 00000000 08:11 78251870                           /emul/ia32-linux/lib/libpthread-2.7.so
f6d8f000-f6d91000 rw-p 00012000 08:11 78251870                           /emul/ia32-linux/lib/libpthread-2.7.so
f6d91000-f6d94000 rw-p 00000000 00:00 0 
f6d94000-f726c000 r-xp 00000000 08:11 81007257                           /home/takoh/server/jre1.7.0_03/lib/i386/client/libjvm.so
f726c000-f7287000 rw-p 004d8000 08:11 81007257                           /home/takoh/server/jre1.7.0_03/lib/i386/client/libjvm.so
f7287000-f76a4000 rw-p 00000000 00:00 0 
f76a4000-f76c6000 r-xp 00000000 08:11 78251878                           /emul/ia32-linux/lib/libm-2.7.so
f76c6000-f76c8000 rw-p 00022000 08:11 78251878                           /emul/ia32-linux/lib/libm-2.7.so
f76c8000-f76dc000 r-xp 00000000 08:11 78251925                           /emul/ia32-linux/usr/lib/libz.so.1.2.3.3
f76dc000-f76dd000 rw-p 00013000 08:11 78251925                           /emul/ia32-linux/usr/lib/libz.so.1.2.3.3
f76dd000-f77c0000 r-xp 00000000 08:11 78251936                           /emul/ia32-linux/usr/lib/libstdc++.so.6.0.10
f77c0000-f77c3000 r--p 000e2000 08:11 78251936                           /emul/ia32-linux/usr/lib/libstdc++.so.6.0.10
f77c3000-f77c5000 rw-p 000e5000 08:11 78251936                           /emul/ia32-linux/usr/lib/libstdc++.so.6.0.10
f77c5000-f77cc000 rw-p 00000000 00:00 0 
f77cc000-f77cd000 rw-p 00000000 00:00 0 
f77cd000-f77cf000 r--s 0000a000 08:11 81006544                           /home/takoh/server/jre1.7.0_03/lib/ext/jniscripting.jar
f77cf000-f77d0000 rw-p 00000000 00:00 0 
f77d0000-f77d1000 ---p 00000000 00:00 0 
f77d1000-f77d2000 ---p 00000000 00:00 0 
f77d2000-f77d8000 rw-p 00000000 00:00 0 
f77d8000-f77d9000 r-xp 00000000 00:00 0                                  [vdso]
f77d9000-f77f6000 r-xp 00000000 08:11 78251871                           /emul/ia32-linux/lib/ld-2.7.so
f77f6000-f77f8000 rw-p 0001c000 08:11 78251871                           /emul/ia32-linux/lib/ld-2.7.so
ffdc0000-ffdc3000 ---p 00000000 00:00 0 
ffdc4000-ffe10000 rw-p 00000000 00:00 0                                  [stack]

VM Arguments:
jvm_args: vfprintf 
java_command: <unknown>
Launcher Type: generic

Environment Variables:
PATH=/usr/local/bin:/usr/bin:/bin:/usr/games
LD_LIBRARY_PATH=/home/takoh/server/jre/lib/i386/client
SHELL=/bin/bash

Signal Handlers:
SIGSEGV: [libjvm.so+0x461fb0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGBUS: [libjvm.so+0x461fb0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGFPE: [libjvm.so+0x37d3e0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGPIPE: [libjvm.so+0x37d3e0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGXFSZ: [libjvm.so+0x37d3e0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGILL: [libjvm.so+0x37d3e0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGUSR2: [libjvm.so+0x37cce0], sa_mask[0]=0x00000000, sa_flags=0x10000004
SIGHUP: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGINT: [server+0xfa9eb0], sa_mask[0]=0x00000002, sa_flags=0x10000000
SIGTERM: [libjvm.so+0x37f2b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGQUIT: [libjvm.so+0x37f2b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004


---------------  S Y S T E M  ---------------

OS:5.0.9

uname:Linux 3.0.22-vs2.3.2.3-nc #1 SMP Wed Feb 22 07:11:54 UTC 2012 x86_64
libc:glibc 2.7 NPTL 2.7 
rlimit: STACK 8192k, CORE 1000000k, NPROC infinity, NOFILE 1048576, AS infinity
load average:0.26 0.26 0.25

/proc/meminfo:
MemTotal:        1048576 kB
MemFree:               0 kB
Buffers:               0 kB
Cached:           683428 kB
SwapCached:       193668 kB
Active:         63973724 kB
Inactive:       41456556 kB
Active(anon):   25413844 kB
Inactive(anon):  3858172 kB
Active(file):   38559880 kB
Inactive(file): 37598384 kB
Unevictable:        5964 kB
Mlocked:            5964 kB
SwapTotal:       1048576 kB
SwapFree:        1048576 kB
Dirty:             13340 kB
Writeback:             0 kB
AnonPages:      28478572 kB
Mapped:          1611760 kB
Shmem:            634044 kB
Slab:            9371148 kB
SReclaimable:    8858952 kB
SUnreclaim:       512196 kB
KernelStack:       41688 kB
PageTables:       408124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    202742692 kB
Committed_AS:   52753404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      531332 kB
VmallocChunk:   34296247552 kB
HardwareCorrupted:     0 kB
AnonHugePages:  20490240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      176612 kB
DirectMap2M:    21833728 kB
DirectMap1G:    103809024 kB


CPU:total 16 (4 cores per cpu, 2 threads per core) family 6 model 44 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 44
model name	: Intel(R) Xeon(R) CPU           E5620  @ 2.40GHz
stepping	: 2
cpu MHz		: 2394.375
cache size	: 12288 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat dts tpr_shadow vnmi flexpriority ept vpid
bogomips	: 4788.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 44
model name	: Intel(R) Xeon(R) CPU           E5620  @ 2.40GHz
stepping	: 2
cpu MHz		: 2394.375
cache size	: 12288 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat dts tpr_shadow vnmi flexpriority ept vpid
bogomips	: 4787.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 44
model name	: Intel(R) Xeon(R) CPU           E5620  @ 2.40GHz
stepping	: 2
cpu MHz		: 2394.375
cache size	: 12288 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat dts tpr_shadow vnmi flexpriority ept vpid
bogomips	: 4787.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 44
model name	: Intel(R) Xeon(R) CPU           E5620  @ 2.40GHz
stepping	: 2
cpu MHz		: 2394.375
cache size	: 12288 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat dts tpr_shadow vnmi flexpriority ept vpid
bogomips	: 4787.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 44
model name	: Intel(R) Xeon(R) CPU           E5620  @ 2.40GHz
stepping	: 2
cpu MHz		: 2394.375
cache size	: 12288 KB
physical id	: 1
siblings	: 8
core id		: 9
cpu cores	: 4
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat dts tpr_shadow vnmi flexpriority ept vpid
bogomips	: 4787.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 44
model name	: Intel(R) Xeon(R) CPU           E5620  @ 2.40GHz
stepping	: 2
cpu MHz		: 2394.375
cache size	: 12288 KB
physical id	: 0
siblings	: 8
core id		: 9
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat dts tpr_shadow vnmi flexpriority ept vpid
bogomips	: 4787.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 44
model name	: Intel(R) Xeon(R) CPU           E5620  @ 2.40GHz
stepping	: 2
cpu MHz		: 2394.375
cache size	: 12288 KB
physical id	: 1
siblings	: 8
core id		: 10
cpu cores	: 4
apicid		: 52
initial apicid	: 52
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat dts tpr_shadow vnmi flexpriority ept vpid
bogomips	: 4787.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 44
model name	: Intel(R) Xeon(R) CPU           E5620  @ 2.40GHz
stepping	: 2
cpu MHz		: 2394.375
cache size	: 12288 KB
physical id	: 0
siblings	: 8
core id		: 10
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat dts tpr_shadow vnmi flexpriority ept vpid
bogomips	: 4787.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 44
model name	: Intel(R) Xeon(R) CPU           E5620  @ 2.40GHz
stepping	: 2
cpu MHz		: 2394.375
cache size	: 12288 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 33
initial apicid	: 33
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat dts tpr_shadow vnmi flexpriority ept vpid
bogomips	: 4787.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 44
model name	: Intel(R) Xeon(R) CPU           E5620  @ 2.40GHz
stepping	: 2
cpu MHz		: 2394.375
cache size	: 12288 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat dts tpr_shadow vnmi flexpriority ept vpid
bogomips	: 4787.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 44
model name	: Intel(R) Xeon(R) CPU           E5620  @ 2.40GHz
stepping	: 2
cpu MHz		: 2394.375
cache size	: 12288 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 35
initial apicid	: 35
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat dts tpr_shadow vnmi flexpriority ept vpid
bogomips	: 4787.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 44
model name	: Intel(R) Xeon(R) CPU           E5620  @ 2.40GHz
stepping	: 2
cpu MHz		: 2394.375
cache size	: 12288 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat dts tpr_shadow vnmi flexpriority ept vpid
bogomips	: 4787.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 44
model name	: Intel(R) Xeon(R) CPU           E5620  @ 2.40GHz
stepping	: 2
cpu MHz		: 2394.375
cache size	: 12288 KB
physical id	: 1
siblings	: 8
core id		: 9
cpu cores	: 4
apicid		: 51
initial apicid	: 51
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat dts tpr_shadow vnmi flexpriority ept vpid
bogomips	: 4787.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 44
model name	: Intel(R) Xeon(R) CPU           E5620  @ 2.40GHz
stepping	: 2
cpu MHz		: 2394.375
cache size	: 12288 KB
physical id	: 0
siblings	: 8
core id		: 9
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat dts tpr_shadow vnmi flexpriority ept vpid
bogomips	: 4787.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 44
model name	: Intel(R) Xeon(R) CPU           E5620  @ 2.40GHz
stepping	: 2
cpu MHz		: 2394.375
cache size	: 12288 KB
physical id	: 1
siblings	: 8
core id		: 10
cpu cores	: 4
apicid		: 53
initial apicid	: 53
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat dts tpr_shadow vnmi flexpriority ept vpid
bogomips	: 4787.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 44
model name	: Intel(R) Xeon(R) CPU           E5620  @ 2.40GHz
stepping	: 2
cpu MHz		: 2394.375
cache size	: 12288 KB
physical id	: 0
siblings	: 8
core id		: 10
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat dts tpr_shadow vnmi flexpriority ept vpid
bogomips	: 4787.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:



Memory: 4k page, physical 1048576k(0k free), swap 1048576k(1048576k free)

vm_info: Java HotSpot(TM) Client VM (22.1-b02) for linux-x86 JRE (1.7.0_03-b04), built on Jan 20 2012 10:11:17 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8)

time: Thu Apr  5 23:33:27 2012
elapsed time: 20 seconds

I'm using the latest official JRE from Oracle (jre-7u3-linux-i586.tar.gz, manual install). Anyone else having similar problems?

Share this post


Link to post
Share on other sites

Another reason for distributing the server with a "bundled" JRE is the fact that the JRE system libraries have to be 32 bit in order to be usable by the server or else we get:

error while loading shared libraries: libjvm.so: wrong ELF class: ELFCLASS64

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×