← Back to team overview

sikuli-driver team mailing list archive

[Bug 516011] Re: 0.10.2: Keeping crash under win7 64bit

 

** Summary changed:

- Keeping crash under win7 64bit
+ 0.10.2: Keeping crash under win7 64bit

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/516011

Title:
  0.10.2: Keeping crash under win7 64bit

Status in Sikuli:
  New

Bug description:
  Just 4 line script running well at beginning
  but crash after 10minutes
  here is the log found in user temp directory (w/ lots of .png screenshots)

  
  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  Internal Error (0xe06d7363), pid=165812, tid=166780
  #
  # JRE version: 6.0_18-b07
  # Java VM: Java HotSpot(TM) Client VM (16.0-b13 mixed mode, sharing windows-x86 )
  # Problematic frame:
  # C  [KERNELBASE.dll+0xb727]
  #
  # If you would like to submit a bug report, please visit:
  #   http://java.sun.com/webapps/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 (0x08519000):  JavaThread "Thread-9"
  [_thread_in_native, id=166780, stack(0x05070000,0x050c0000)]

  siginfo: ExceptionCode=0xe06d7363, ExceptionInformation=0x19930520
  0x050ae8e0 0x6794b8cc

  Registers:
  EAX=0x050ae83c, EBX=0x00000034, ECX=0x00000003, EDX=0x00000000
  ESP=0x050ae83c, EBP=0x050ae88c, ESI=0x050be9a0, EDI=0x742eee6b
  EIP=0x7753b727, EFLAGS=0x00000206

  Top of Stack: (sp=0x050ae83c)
  0x050ae83c:   e06d7363 00000001 00000000 7753b727
  0x050ae84c:   00000003 19930520 050ae8e0 6794b8cc
  0x050ae85c:   0000001f 0000001f 0000001f 050ae88c
  0x050ae86c:   74236396 0aa8f260 050ae88c 742363a1
  0x050ae87c:   0000001f 050be9a0 050ae91c 00000034
  0x050ae88c:   050ae8c4 7431dbf9 e06d7363 00000001
  0x050ae89c:   00000003 050ae8b8 e06d7363 00000001
  0x050ae8ac:   00000000 00000000 00000003 19930520 

  Instructions: (pc=0x7753b727)
  0x7753b717:   0c eb 03 89 45 c0 8d 45 b0 50 ff 15 6c 11 53 77
  0x7753b727:   c9 c2 10 00 cc cc cc cc cc 8b ff 55 8b ec 56 8b 

  
  Stack: [0x05070000,0x050c0000],  sp=0x050ae83c,  free space=fa050ae360k
  Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  C  [KERNELBASE.dll+0xb727]
  C  [MSVCR90.dll+0x5dbf9]

  Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  j  edu.mit.csail.uid.ScreenMatchProxy.screenMatch(Ljava/lang/String;Ljava/lang/String;DI)[Ledu/mit/csail/uid/Match;+0
  j  edu.mit.csail.uid.SikuliScript._find(Ljava/lang/String;Ljava/lang/String;FI)Ledu/mit/csail/uid/Matches;+126
  j  edu.mit.csail.uid.SikuliScript._find(Ljava/lang/String;Ljava/lang/String;F)Ledu/mit/csail/uid/Matches;+5
  j  edu.mit.csail.uid.SikuliScript._find(Ljava/lang/Object;Ljava/lang/String;)Ledu/mit/csail/uid/Matches;+38
  j  edu.mit.csail.uid.SikuliScript.find_without_wait(Ljava/lang/Object;)Ledu/mit/csail/uid/Matches;+16
  j  edu.mit.csail.uid.SikuliScript.wait(Ljava/lang/Object;I)Ledu/mit/csail/uid/Matches;+41
  j  edu.mit.csail.uid.SikuliScript.find(Ljava/lang/Object;)Ledu/mit/csail/uid/Matches;+13
  j  sun.reflect.GeneratedMethodAccessor16.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+40
  J  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
  J  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
  j  org.python.core.PyReflectedFunction.__call__(Lorg/python/core/PyObject;[Lorg/python/core/PyObject;[Ljava/lang/String;)Lorg/python/core/PyObject;+289
  j  org.python.core.PyMethod.__call__([Lorg/python/core/PyObject;[Ljava/lang/String;)Lorg/python/core/PyObject;+17
  j  org.python.core.PyObject.__call__(Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+12
  J  org.python.core.PyInstance.invoke(Ljava/lang/String;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;
  j  python.edu.mit.csail.uid.Sikuli$py.find$23(Lorg/python/core/PyFrame;)Lorg/python/core/PyObject;+21
  j  python.edu.mit.csail.uid.Sikuli$py.call_function(ILorg/python/core/PyFrame;)Lorg/python/core/PyObject;+280
  J  org.python.core.PyTableCode.call(Lorg/python/core/PyFrame;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;
  J  org.python.core.PyTableCode.call(Lorg/python/core/PyObject;Lorg/python/core/PyObject;[Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;
  J  org.python.core.PyFunction.__call__(Lorg/python/core/PyObject;)Lorg/python/core/PyObject;
  j  org.python.pycode._pyx16.f$0(Lorg/python/core/PyFrame;)Lorg/python/core/PyObject;+17
  j  org.python.pycode._pyx16.call_function(ILorg/python/core/PyFrame;)Lorg/python/core/PyObject;+20
  J  org.python.core.PyTableCode.call(Lorg/python/core/PyFrame;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;
  j  org.python.core.PyCode.call(Lorg/python/core/PyFrame;)Lorg/python/core/PyObject;+3
  j  org.python.core.Py.runCode(Lorg/python/core/PyCode;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;+71
  j  org.python.core.__builtin__.execfile_flags(Ljava/lang/String;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/CompilerFlags;)V+73
  j  org.python.util.PythonInterpreter.execfile(Ljava/lang/String;)V+17
  j  edu.mit.csail.uid.SikuliIDE$ButtonRun.runPython(Ljava/io/File;)V+85
  j  edu.mit.csail.uid.SikuliIDE$ButtonRun.access$1000(Ledu/mit/csail/uid/SikuliIDE$ButtonRun;Ljava/io/File;)V+2
  j  edu.mit.csail.uid.SikuliIDE$ButtonRun$1.run()V+60
  v  ~StubRoutines::call_stub

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

  Java Threads: ( => current thread )
  =>0x08519000 JavaThread "Thread-9" [_thread_in_native, id=166780, stack(0x05070000,0x050c0000)]
    0x08519c00 JavaThread "Swing-Shell" daemon [_thread_blocked, id=163608, stack(0x0a9e0000,0x0aa30000)]
    0x08518c00 JavaThread "DestroyJavaVM" [_thread_blocked, id=165784, stack(0x00280000,0x002d0000)]
    0x08505800 JavaThread "Thread-5" [_thread_in_native, id=165376, stack(0x089a0000,0x089f0000)]
    0x08505000 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=165200, stack(0x08910000,0x08960000)]
    0x084ed400 JavaThread "TimerQueue" daemon [_thread_blocked, id=164848, stack(0x08880000,0x088d0000)]
    0x04b83000 JavaThread "Thread-3" daemon [_thread_blocked, id=164580, stack(0x08360000,0x083b0000)]
    0x04b80800 JavaThread "Thread-2" daemon [_thread_blocked, id=164972, stack(0x082d0000,0x08320000)]
    0x04b72800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=163792, stack(0x08280000,0x082d0000)]
    0x04b72000 JavaThread "AWT-Shutdown" [_thread_blocked, id=165816, stack(0x04f50000,0x04fa0000)]
    0x04b46400 JavaThread "AWT-Windows" daemon [_thread_in_native, id=165764, stack(0x04fe0000,0x05030000)]
    0x04b43400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=163396, stack(0x04d70000,0x04dc0000)]
    0x0252f800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=165792, stack(0x04a00000,0x04a50000)]
    0x0252bc00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=165776, stack(0x04970000,0x049c0000)]
    0x0252ac00 JavaThread "Attach Listener" daemon [_thread_blocked, id=165772, stack(0x048e0000,0x04930000)]
    0x02527800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=164968, stack(0x04850000,0x048a0000)]
    0x024e1800 JavaThread "Finalizer" daemon [_thread_blocked, id=165788, stack(0x047c0000,0x04810000)]
    0x024e0400 JavaThread "Reference Handler" daemon [_thread_blocked, id=165800, stack(0x04730000,0x04780000)]

  Other Threads:
    0x024df000 VMThread [stack: 0x046a0000,0x046f0000] [id=165236]
    0x02533c00 WatcherThread [stack: 0x04a90000,0x04ae0000] [id=165768]

  VM state:not at safepoint (normal execution)

  VM Mutex/Monitor currently owned by a thread: None

  Heap
   def new generation   total 9088K, used 1502K [0x245d0000, 0x24fa0000, 0x29b20000)
    eden space 8128K,  18% used [0x245d0000, 0x24744590, 0x24dc0000)
    from space 960K,   1% used [0x24dc0000, 0x24dc3308, 0x24eb0000)
    to   space 960K,   0% used [0x24eb0000, 0x24eb0000, 0x24fa0000)
   tenured generation   total 19956K, used 9177K [0x29b20000, 0x2ae9d000, 0x345d0000)
     the space 19956K,  45% used [0x29b20000, 0x2a4167b0, 0x2a416800, 0x2ae9d000)
   compacting perm gen  total 12288K, used 7548K [0x345d0000, 0x351d0000, 0x385d0000)
     the space 12288K,  61% used [0x345d0000, 0x34d2f050, 0x34d2f200, 0x351d0000)
      ro space 10240K,  51% used [0x385d0000, 0x38af7b58, 0x38af7c00, 0x38fd0000)
      rw space 12288K,  54% used [0x38fd0000, 0x39664ce0, 0x39664e00, 0x39bd0000)

  Dynamic libraries:
  0x00400000 - 0x00424000 	C:\Java\jre6\bin\javaw.exe
  0x77c70000 - 0x77df0000 	C:\Windows\SysWOW64\ntdll.dll
  0x75a10000 - 0x75b10000 	C:\Windows\syswow64\kernel32.dll
  0x77530000 - 0x77576000 	C:\Windows\syswow64\KERNELBASE.dll
  0x77490000 - 0x77530000 	C:\Windows\syswow64\ADVAPI32.dll
  0x77240000 - 0x772ec000 	C:\Windows\syswow64\msvcrt.dll
  0x77580000 - 0x77599000 	C:\Windows\SysWOW64\sechost.dll
  0x76da0000 - 0x76e90000 	C:\Windows\syswow64\RPCRT4.dll
  0x757e0000 - 0x75840000 	C:\Windows\syswow64\SspiCli.dll
  0x757d0000 - 0x757dc000 	C:\Windows\syswow64\CRYPTBASE.dll
  0x77000000 - 0x77100000 	C:\Windows\syswow64\USER32.dll
  0x77130000 - 0x771c0000 	C:\Windows\syswow64\GDI32.dll
  0x75a00000 - 0x75a0a000 	C:\Windows\syswow64\LPK.dll
  0x76be0000 - 0x76c7d000 	C:\Windows\syswow64\USP10.dll
  0x759a0000 - 0x75a00000 	C:\Windows\system32\IMM32.DLL
  0x775a0000 - 0x7766c000 	C:\Windows\syswow64\MSCTF.dll
  0x7c340000 - 0x7c396000 	C:\Java\jre6\bin\msvcr71.dll
  0x6d800000 - 0x6da97000 	C:\Java\jre6\bin\client\jvm.dll
  0x73980000 - 0x739b2000 	C:\Windows\system32\WINMM.dll
  0x730c0000 - 0x7310b000 	C:\Windows\system32\apphelp.dll
  0x6d7b0000 - 0x6d7bc000 	C:\Java\jre6\bin\verify.dll
  0x6d330000 - 0x6d34f000 	C:\Java\jre6\bin\java.dll
  0x6d290000 - 0x6d298000 	C:\Java\jre6\bin\hpi.dll
  0x76760000 - 0x76765000 	C:\Windows\syswow64\PSAPI.DLL
  0x6d7f0000 - 0x6d7ff000 	C:\Java\jre6\bin\zip.dll
  0x6d000000 - 0x6d14a000 	C:\Java\jre6\bin\awt.dll
  0x73860000 - 0x738b1000 	C:\Windows\system32\WINSPOOL.DRV
  0x75840000 - 0x7599c000 	C:\Windows\syswow64\ole32.dll
  0x72cc0000 - 0x72e5e000 	C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16385_none_421189da2b7fabfc\COMCTL32.dll
  0x768b0000 - 0x76907000 	C:\Windows\syswow64\SHLWAPI.dll
  0x73510000 - 0x73523000 	C:\Windows\system32\DWMAPI.DLL
  0x73040000 - 0x730c0000 	C:\Windows\system32\uxtheme.dll
  0x10d00000 - 0x10d0f000 	C:\Program Files\Logitech\SetPoint\x86\GameHook.dll
  0x10100000 - 0x1010e000 	C:\Program Files\Logitech\SetPoint\x86\lgscroll.dll
  0x73d50000 - 0x73deb000 	C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4927_none_d08a205e442db5b5\MSVCR80.dll
  0x73c70000 - 0x73c91000 	C:\Windows\system32\ntmarta.dll
  0x76fb0000 - 0x76ff5000 	C:\Windows\syswow64\WLDAP32.dll
  0x05200000 - 0x053c3000 	C:\Windows\system32\d3d9.dll
  0x74220000 - 0x74229000 	C:\Windows\system32\VERSION.dll
  0x752f0000 - 0x752f6000 	C:\Windows\system32\d3d8thk.dll
  0x05400000 - 0x0594c000 	C:\Windows\system32\nvd3dum.dll
  0x6d230000 - 0x6d284000 	C:\Java\jre6\bin\fontmanager.dll
  0x75b10000 - 0x76759000 	C:\Windows\syswow64\shell32.dll
  0x6d610000 - 0x6d623000 	C:\Java\jre6\bin\net.dll
  0x76f70000 - 0x76fa5000 	C:\Windows\syswow64\WS2_32.dll
  0x769b0000 - 0x769b6000 	C:\Windows\syswow64\NSI.dll
  0x73920000 - 0x7395c000 	C:\Windows\system32\mswsock.dll
  0x6af70000 - 0x6af76000 	C:\Windows\System32\wship6.dll
  0x6d630000 - 0x6d639000 	C:\Java\jre6\bin\nio.dll
  0x64e80000 - 0x64e91000 	C:\Program Files (x86)\Sikuli\tmplib\JIntellitype.dll
  0x76b50000 - 0x76bd3000 	C:\Windows\syswow64\CLBCatQ.DLL
  0x769c0000 - 0x76a4f000 	C:\Windows\syswow64\OLEAUT32.dll
  0x772f0000 - 0x7748d000 	C:\Windows\syswow64\SETUPAPI.dll
  0x76910000 - 0x76937000 	C:\Windows\syswow64\CFGMGR32.dll
  0x76e90000 - 0x76ea2000 	C:\Windows\syswow64\DEVOBJ.dll
  0x733d0000 - 0x734c5000 	C:\Windows\system32\propsys.dll
  0x68500000 - 0x68698000 	C:\Windows\system32\NetworkExplorer.dll
  0x74500000 - 0x7452e000 	C:\Windows\System32\shdocvw.dll
  0x73ca0000 - 0x73cab000 	C:\Windows\system32\profapi.dll
  0x6afa0000 - 0x6afaa000 	C:\Windows\system32\slc.dll
  0x73140000 - 0x7323b000 	C:\Windows\system32\WindowsCodecs.dll
  0x6b2d0000 - 0x6b301000 	C:\Windows\system32\EhStorShell.dll
  0x6b0b0000 - 0x6b2cf000 	C:\Program Files (x86)\Microsoft Office\Office12\GrooveShellExtensions.dll
  0x6afb0000 - 0x6b0a2000 	C:\Program Files (x86)\Microsoft Office\Office12\GrooveUtil.DLL
  0x76a50000 - 0x76b44000 	C:\Windows\syswow64\WININET.dll
  0x77c40000 - 0x77c43000 	C:\Windows\syswow64\Normaliz.dll
  0x76770000 - 0x768a5000 	C:\Windows\syswow64\urlmon.dll
  0x76c80000 - 0x76d9c000 	C:\Windows\syswow64\CRYPT32.dll
  0x76940000 - 0x7694c000 	C:\Windows\syswow64\MSASN1.dll
  0x77670000 - 0x77869000 	C:\Windows\syswow64\iertutil.dll
  0x6b340000 - 0x6b347000 	C:\Program Files (x86)\Microsoft Office\Office12\GrooveNew.DLL
  0x6b320000 - 0x6b33b000 	C:\Windows\WinSxS\x86_microsoft.vc80.atl_1fc8b3b9a1e18e3b_8.0.50727.4053_none_d1c738ec43578ea1\ATL80.DLL
  0x74170000 - 0x74186000 	C:\Windows\system32\CRYPTSP.dll
  0x74130000 - 0x7416b000 	C:\Windows\system32\rsaenh.dll
  0x75450000 - 0x75455000 	C:\Windows\system32\MSImg32.dll
  0x6aed0000 - 0x6af3f000 	C:\Windows\system32\ntshrui.dll
  0x74070000 - 0x74089000 	C:\Windows\system32\srvcli.dll
  0x6b310000 - 0x6b31b000 	C:\Windows\system32\cscapi.dll
  0x73960000 - 0x73972000 	C:\Windows\system32\MPR.dll
  0x696b0000 - 0x696b8000 	C:\Windows\System32\drprov.dll
  0x73110000 - 0x73139000 	C:\Windows\System32\WINSTA.dll
  0x68820000 - 0x68834000 	C:\Windows\System32\ntlanman.dll
  0x68800000 - 0x68816000 	C:\Windows\System32\davclnt.dll
  0x696a0000 - 0x696a8000 	C:\Windows\System32\DAVHLPR.dll
  0x74060000 - 0x7406f000 	C:\Windows\system32\wkscli.dll
  0x74090000 - 0x74099000 	C:\Windows\system32\netutils.dll
  0x67ff0000 - 0x68228000 	C:\Windows\system32\wpdshext.dll
  0x73240000 - 0x733d0000 	C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7600.16385_none_72fc7cbf861225ca\gdiplus.dll
  0x68770000 - 0x687f9000 	C:\Windows\system32\PortableDeviceApi.dll
  0x77100000 - 0x7712d000 	C:\Windows\syswow64\WINTRUST.dll
  0x68710000 - 0x6873b000 	C:\Windows\system32\PortableDeviceTypes.dll
  0x682e0000 - 0x6831f000 	C:\Windows\system32\audiodev.dll
  0x67d80000 - 0x67fe7000 	C:\Windows\system32\WMVCore.DLL
  0x67d40000 - 0x67d7d000 	C:\Windows\system32\WMASF.DLL
  0x686a0000 - 0x686c2000 	C:\Windows\system32\EhStorAPI.dll
  0x72eb0000 - 0x72eb9000 	C:\Windows\system32\LINKINFO.dll
  0x6abf0000 - 0x6abf8000 	C:\Windows\system32\Secur32.dll
  0x73ab0000 - 0x73ac7000 	C:\Windows\system32\USERENV.dll
  0x74570000 - 0x74580000 	C:\Windows\system32\NLAapi.dll
  0x73d00000 - 0x73d44000 	C:\Windows\system32\DNSAPI.dll
  0x74560000 - 0x74568000 	C:\Windows\System32\winrnr.dll
  0x74550000 - 0x74560000 	C:\Windows\system32\napinsp.dll
  0x74530000 - 0x74542000 	C:\Windows\system32\pnrpnsp.dll
  0x75290000 - 0x7529d000 	C:\Windows\system32\wshbth.dll
  0x73ce0000 - 0x73ce5000 	C:\Windows\System32\wshtcpip.dll
  0x74380000 - 0x7439c000 	C:\Windows\system32\IPHLPAPI.DLL
  0x74370000 - 0x74377000 	C:\Windows\system32\WINNSI.DLL
  0x6af60000 - 0x6af66000 	C:\Windows\system32\rasadhlp.dll
  0x6ace0000 - 0x6ad18000 	C:\Windows\System32\fwpuclnt.dll
  0x10000000 - 0x10029000 	C:\Program Files (x86)\Sikuli\tmplib\VDictProxy.dll
  0x67b20000 - 0x67d37000 	C:\Program Files (x86)\Sikuli\tmplib\cv200.dll
  0x67790000 - 0x6797c000 	C:\Program Files (x86)\Sikuli\tmplib\cxcore200.dll
  0x74230000 - 0x742be000 	C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4926_none_508ed732bcbc0e5a\MSVCP90.dll
  0x742c0000 - 0x74363000 	C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4926_none_508ed732bcbc0e5a\MSVCR90.dll
  0x68700000 - 0x6870e000 	C:\Windows\WinSxS\x86_microsoft.vc90.openmp_1fc8b3b9a1e18e3b_9.0.30729.4148_none_80b7c8a91e9dd16a\VCOMP90.DLL
  0x676c0000 - 0x6778d000 	C:\Program Files (x86)\Sikuli\tmplib\highgui200.dll
  0x682b0000 - 0x682d1000 	C:\Windows\system32\MSVFW32.dll
  0x686d0000 - 0x686e9000 	C:\Windows\system32\AVIFIL32.dll
  0x6ac10000 - 0x6ac24000 	C:\Windows\system32\MSACM32.dll
  0x683a0000 - 0x683b3000 	C:\Windows\system32\AVICAP32.dll
  0x66fc0000 - 0x66fd9000 	C:\Windows\system32\OLEPRO32.DLL
  0x0bec0000 - 0x0c02a000 	C:\Program Files (x86)\Sikuli\tmplib\ScreenMatchProxy.dll
  0x0aa90000 - 0x0aa9f000 	C:\Program Files (x86)\Sikuli\tmplib\Win32Util.dll

  VM Arguments:
  jvm_args: -Dpython.path=sikuli-script.jar/ 
  java_command: edu.mit.csail.uid.SikuliIDE
  Launcher Type: SUN_STANDARD

  Environment Variables:
  JAVA_HOME=C:\Java\jdk1.6.0_16
  PATH=tmplib
  USERNAME=Herb
  OS=Windows_NT
  PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 6, GenuineIntel


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

  OS: Windows 7 Build 7600

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

  Memory: 4k page, physical 4123540k(354632k free), swap
  8245184k(3169348k free)

  vm_info: Java HotSpot(TM) Client VM (16.0-b13) for windows-x86 JRE
  (1.6.0_18-b07), built on Dec 17 2009 13:35:55 by "java_re" with MS
  VC++ 7.1 (VS2003)

  time: Tue Feb 02 20:33:24 2010
  elapsed time: 1055 seconds