Loading after login

Hello everyone!
I just installed Snow Leopard and the installation worked fast and smoothly. Yet now when I want to log into my admin account, it takes forever to load after the login screen. I see my wallpaper, the Spotlight magnifying glass in the right corner and the mouse loading wheel keeps spinning.
This goes on for quite a while and I have never succeded in logging in since. This does not appear to affect other accounts, since they log in just fine.
Does anyone know what the problem might be?
Thank you!

HI,
Try what AAPL suggested... if that doesn't work, delete these files.
com.apple.loginiitems.plist
com.apple.loginwindow.plist
/Users/YourName/Library/Preferences. Drag those files from the Preferences folder to the Trash, empty the Trash and restart your Mac.
Also, go to ~/Library/StartupItems
if there is anything in the StartupItems folder, delete it.
Carolyn

Similar Messages

  • [Solved] KDE4 won´t finish loading after login-in with KDM

    I have been trying to solve this for a while but I'm still struggling to solve it. The problem is that I can't successfully start KDE4; after trying to log as a normal user with a password the loading screen that shows the KDE icons (a harddrive, some tools and a globe) it gets stuck on the desktop icon.
    I could load KDE once, but I had to start X first and then use the xterm to call startkde, nevertheless it didn't asked for a user/pass and there was no menu visible only the desktop with the computer icon. (Not to mention I had to start it manually.)
    This are the points that are currently apply to my machine:
    KDE was installed as the normal user with sudo.
    It was installed using the minimal install command:  pacman -S kdebase kde-l10n-es phonon-vlc kdebase-workspace.
    Right now I'm trying to start KDE at boot by using the inittab method. As suggested in here.
    Because of it, if I try to run startx it will load kdm which will then try to load KDE without success.
    This is the .xinitrc file in my user folder.
    exec ck-launch-session startkde
    and the /etc/X11/xinit/xinitrc file
    #!/bin/sh
    userresources=$HOME/.Xresources
    usermodmap=$HOME/.Xmodmap
    sysresources=/etc/X11/xinit/.Xresources
    sysmodmap=/etc/X11/xinit/.Xmodmap
    # merge in defaults and keymaps
    if [ -f $sysresources ]; then
    xrdb -merge $sysresources
    fi
    if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
    fi
    if [ -f "$userresources" ]; then
    xrdb -merge "$userresources"
    fi
    if [ -f "$usermodmap" ]; then
    xmodmap "$usermodmap"
    fi
    # start some nice programs
    if [ -d /etc/X11/xinit/xinitrc.d ] ; then
    for f in /etc/X11/xinit/xinitrc.d/* ; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    twm &
    xclock -geometry 50x50-1+1 &
    xterm -geometry 80x50+494+51 &
    xterm -geometry 80x20+494-0 &
    exec xterm -geometry 80x66+0+0 -name login
    The /etc/inittab file
    # /etc/inittab
    # Runlevels:
    # 0 Halt
    # 1(S) Single-user
    # 2 Not used
    # 3 Multi-user
    # 4 Not used
    # 5 X11
    # 6 Reboot
    ## Only one of the following two lines can be uncommented!
    # Boot to console
    #id:3:initdefault: #Manual comment
    # Boot to X11
    id:5:initdefault:
    rc::sysinit:/etc/rc.sysinit
    rs:S1:wait:/etc/rc.single
    rm:2345:wait:/etc/rc.multi
    rh:06:wait:/etc/rc.shutdown
    su:S:wait:/sbin/sulogin -p
    # -8 options fixes umlauts problem on login
    c1:2345:respawn:/sbin/agetty -8 38400 tty1 linux
    c2:2345:respawn:/sbin/agetty -8 38400 tty2 linux
    c3:2345:respawn:/sbin/agetty -8 38400 tty3 linux
    c4:2345:respawn:/sbin/agetty -8 38400 tty4 linux
    c5:2345:respawn:/sbin/agetty -8 38400 tty5 linux
    c6:2345:respawn:/sbin/agetty -8 38400 tty6 linux
    # Serial Virtual Console for KVM and others VMs
    #s0:2345:respawn:/sbin/agetty -8 9600 ttyS0 linux
    # Hypervisor Virtual Console for Xen and KVM
    #h0:2345:respawn:/sbin/agetty -8 38400 hvc0 linux
    ca::ctrlaltdel:/sbin/shutdown -t3 -r now
    # Example lines for starting a login manager
    #x:5:respawn:/usr/bin/xdm -nodaemon #Manual comment
    #x:5:respawn:/usr/sbin/gdm -nodaemon
    x:5:respawn:/usr/bin/kdm -nodaemon
    #x:5:respawn:/usr/bin/slim >/dev/null 2>&1
    # End of file
    And this is the .xsession-errors file, which after the last line I killed.
    startkde: Starting up...
    Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    kbuildsycoca4 running...
    kded(3809)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
    No outputs have backlight property
    QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.5'
    Object::connect: No such signal QDBusAbstractInterface::Changed()
    Invalid D-BUS member name 'idle-hint' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'is-local' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'x11-display-device' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'x11-display' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'display-device' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'remote-host-name' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'session-type' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'unix-user' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    OpenGL vendor string: NVIDIA Corporation
    OpenGL renderer string: GeForce Go 7200/PCI/SSE2
    OpenGL version string: 2.1.2 NVIDIA 270.41.06
    OpenGL shading language version string: 1.20 NVIDIA via Cg compiler
    Driver: NVIDIA
    Driver version: 270.41.6
    GPU class: NV40/G70
    OpenGL version: 2.1.2
    GLSL version: 1.20
    X server version: 1.10.1
    Linux kernel version: 2.6.38
    Direct rendering: yes
    Requires strict binding: no
    GLSL shaders: limited
    Texture NPOT support: yes
    QDBusObjectPath: invalid path ""
    QDBusObjectPath: invalid path ""
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(-18, -11)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(-18, -11)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(-18, -11)
    Object::connect: No such signal KWindowSystem::windowChanged(WId,unsigned long*)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(-18, -11)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(-18, -11)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(-18, -11)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    link XMLID_34_ hasn't been detected!
    link XMLID_34_ hasn't been detected!
    link XMLID_36_ hasn't been detected!
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    Object::connect: No such signal QDBusAbstractInterface::Changed()
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    Object::connect: No such slot AbstractItemView::iconSettingsChanged()
    "/usr/bin/kactivitymanagerd(3890)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
    "/usr/bin/kactivitymanagerd(3890)" Soprano: "QLocalSocket::connectToServer: Invalid name"
    "/usr/bin/kactivitymanagerd(3890)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
    "/usr/bin/kactivitymanagerd(3890)" Soprano: "QLocalSocket::connectToServer: Invalid name"
    "/usr/bin/kactivitymanagerd(3890)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
    "/usr/bin/kactivitymanagerd(3890)" Soprano: "QLocalSocket::connectToServer: Invalid name"
    Invalid D-BUS interface name 'org.kde.plasma-desktop.PlasmaApp' found while parsing introspection
    plasma-desktop(3897)/libakonadi Akonadi::AgentManagerPrivate::createDBusInterface: AgentManager failed to get a valid AgentManager DBus interface. Error is: 1 "org.freedesktop.DBus.Error.NameHasNoOwner" "Could not get owner of name 'org.freedesktop.Akonadi.Control': no such name"
    plasma-desktop(3897)/libakonadi Akonadi::SessionPrivate::socketError: Socket error occurred: "QLocalSocket::connectToServer: Invalid name"
    plasma-desktop(3897)/libakonadi Akonadi::SessionPrivate::socketError: Socket error occurred: "QLocalSocket::connectToServer: Invalid name"
    Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    search paths: ("/usr/local/bin", "/usr/bin", "/bin", "/usr/local/sbin", "/usr/sbin", "/sbin", "/usr/bin/core_perl", "/usr/sbin", "/usr/local/sbin", "/usr/local/libexec", "/usr/libexec", "/opt/mysql/libexec", "/opt/local/lib/mysql5/bin", "/opt/mysql/sbin")
    Found mysql_install_db: "/usr/bin/mysql_install_db"
    Found mysqlcheck: "/usr/bin/mysqlcheck"
    plasma-desktop(3897)/libakonadi Akonadi::SessionPrivate::socketError: Socket error occurred: "QLocalSocket::connectToServer: Invalid name"
    akonadi.collectionattributetable OK
    akonadi.collectionmimetyperelation OK
    akonadi.collectionpimitemrelation OK
    akonadi.collectiontable OK
    akonadi.flagtable OK
    akonadi.mimetypetable OK
    akonadi.parttable OK
    akonadi.pimitemflagrelation OK
    akonadi.pimitemtable OK
    akonadi.resourcetable OK
    akonadi.schemaversiontable OK
    Database "akonadi" opened using driver "QMYSQL"
    DbInitializer::run()
    checking table "SchemaVersionTable"
    checking table "ResourceTable"
    checking table "CollectionTable"
    checking table "MimeTypeTable"
    checking table "PimItemTable"
    checking table "FlagTable"
    checking table "PartTable"
    checking table "CollectionAttributeTable"
    checking relation "PimItemFlagRelation"
    checking relation "CollectionMimeTypeRelation"
    checking relation "CollectionPimItemRelation"
    DbInitializer::run() done
    skipping update 2
    skipping update 3
    skipping update 4
    skipping update 8
    skipping update 10
    skipping update 12
    skipping update 13
    skipping update 14
    skipping update 15
    skipping update 16
    skipping update 17
    skipping update 18
    skipping update 19
    Database "akonadi" opened using driver "QMYSQL"
    Nepomuk Query Server not available
    DataStore::unhideAllPimItems()
    Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    Database "akonadi" opened using driver "QMYSQL"
    PLUGINS: "/usr/share/akonadi/agents"
    PLUGINS: ("birthdaysresource.desktop", "contactsresource.desktop", "icalresource.desktop", "imapresource.desktop", "kabcresource.desktop", "kcalresource.desktop", "knutresource.desktop", "kolabproxyresource.desktop", "localbookmarksresource.desktop", "maildirresource.desktop", "maildispatcheragent.desktop", "mboxresource.desktop", "microblog.desktop", "mtdummyresource.desktop", "nepomukcalendarfeeder.desktop", "nepomukcontactfeeder.desktop", "nepomuktagresource.desktop", "nntpresource.desktop", "notesresource.desktop", "pop3resource.desktop", "vcarddirresource.desktop", "vcardresource.desktop")
    search paths: ("/usr/local/bin", "/usr/bin", "/bin", "/usr/local/sbin", "/usr/sbin", "/sbin", "/usr/bin/core_perl")
    PLUGINS inserting: "akonadi_birthdays_resource" 0 ("Resource")
    PLUGINS inserting: "akonadi_contacts_resource" 15 ("Resource")
    PLUGINS inserting: "akonadi_ical_resource" 1 ("Resource")
    PLUGINS inserting: "akonadi_imap_resource" 0 ("Resource")
    PLUGINS inserting: "akonadi_kabc_resource" 0 ("Resource")
    PLUGINS inserting: "akonadi_kcal_resource" 0 ("Resource")
    PLUGINS inserting: "akonadi_knut_resource" 0 ("Resource")
    PLUGINS inserting: "akonadi_kolabproxy_resource" 0 ("Resource", "Unique", "NoConfig")
    PLUGINS inserting: "akonadi_localbookmarks_resource" 0 ("Resource")
    PLUGINS inserting: "akonadi_maildir_resource" 1 ("Resource")
    PLUGINS inserting: "akonadi_maildispatcher_agent" 0 ("Unique", "Autostart", "NoConfig")
    PLUGINS inserting: "akonadi_mbox_resource" 0 ("Resource")
    PLUGINS inserting: "akonadi_microblog_resource" 0 ("Resource")
    PLUGINS inserting: "akonadi_mailtransport_dummy_resource" 0 ("Resource", "MailTransport")
    PLUGINS inserting: "akonadi_nepomuk_calendar_feeder" 0 ("Unique", "NoConfig")
    PLUGINS inserting: "akonadi_nepomuk_contact_feeder" 0 ("Unique", "Autostart", "NoConfig")
    PLUGINS inserting: "akonadi_nepomuktag_resource" 0 ("Resource", "Virtual", "Unique", "NoConfig")
    PLUGINS inserting: "akonadi_nntp_resource" 0 ("Resource")
    PLUGINS inserting: "akonadi_notes_resource" 0 ("Resource")
    PLUGINS inserting: "akonadi_pop3_resource" 0 ("Resource")
    PLUGINS inserting: "akonadi_vcarddir_resource" 0 ("Resource")
    PLUGINS inserting: "akonadi_vcard_resource" 0 ("Resource")
    Akonadi server is now operational.
    krunner(3941)/libplasma Plasma::Package::isValid: Could not find required file mainscript
    plasma-desktop(3897)/libakonadi: Unable to obtain the KConfigXT D-Bus interface of "akonadi_contacts_resource_15"
    "AgentManager::setAgentInstanceName" Agent instance "akonadi_contacts_resource_15" has no resource interface!
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    New PolkitAgentListener 0x199f700
    Adding new listener PolkitQt1::Agent::Listener(0x1991fc0) for 0x199f700
    Database "akonadi" opened using driver "QMYSQL"
    plasma-desktop(3897)/plasma StatusNotifierItemSource::refreshCallback: DBusMenu disabled for this application
    I/O warning : failed to load external entity "/home/rodolfo/.qalculate/eurofxref-daily.xml"
    I/O warning : failed to load external entity "/home/rodolfo/.qalculate/eurofxref-daily.xml"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Known subscriber "akonadi_maildispatcher_agent" subscribes again
    Database "akonadi" opened using driver "QMYSQL"
    Known subscriber "akonadi_maildispatcher_agent" subscribes again
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    [/usr/bin/nepomukservicestub] Using Virtuoso Version: "6.1.3.3127-pthreads"
    Using Virtuoso Version: "6.1.3.3127-pthreads"
    void Soprano::VirtuosoController::writeConfigFile(const QString&, const BackendSettings&) "/tmp/virtuoso_hX3946.ini"
    Starting Virtuoso server: "/usr/bin/virtuoso-t" ("+foreground", "+configfile", "/tmp/virtuoso_hX3946.ini", "+wait")
    "/usr/bin/akonadi_nepomuk_contact_feeder(3980)" Soprano: "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'"
    "/usr/bin/akonadi_nepomuk_contact_feeder(3980)" Soprano: "QLocalSocket::connectToServer: Invalid name"
    "/usr/bin/akonadi_nepomuk_contact_feeder(3980)" Soprano: "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'"
    "/usr/bin/akonadi_nepomuk_contact_feeder(3980)" Soprano: "QLocalSocket::connectToServer: Invalid name"
    "/usr/bin/akonadi_nepomuk_contact_feeder(3980)" Soprano: "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'"
    "/usr/bin/akonadi_nepomuk_contact_feeder(3980)" Soprano: "QLocalSocket::connectToServer: Invalid name"
    Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    Database "akonadi" opened using driver "QMYSQL"
    [/usr/bin/nepomukservicestub] "
    " Wed May 11 2011
    "11:36:43 OpenLink Virtuoso Universal Server
    [/usr/bin/nepomukservicestub] "11:36:43 Version 06.01.3127-pthreads for Linux as of Apr 12 2011
    "11:36:43 uses parts of OpenSSL, PCRE, Html Tidy
    [/usr/bin/nepomukservicestub] "11:36:44 Database version 3126
    [/usr/bin/nepomukservicestub] "11:36:44 Entering Lite Mode
    [/usr/bin/nepomukservicestub] "11:36:44 SQL Optimizer enabled (max 1000 layouts)
    [/usr/bin/nepomukservicestub] "11:36:46 Compiler unit is timed at 0.001209 msec
    [/usr/bin/nepomukservicestub] "11:36:46 Roll forward started
    [/usr/bin/nepomukservicestub] "11:36:46 100 transactions, 54467 bytes replayed (100 %)
    [/usr/bin/nepomukservicestub] "11:36:46 Roll forward complete
    [/usr/bin/nepomukservicestub] "11:36:46 Checkpoint started
    [/usr/bin/nepomukservicestub] "11:36:47 Checkpoint finished, log reused
    [/usr/bin/nepomukservicestub] "11:36:49 Server online at 1111 (pid 4038)
    [/usr/bin/nepomukservicestub] Virtuoso started: 4038
    [/usr/bin/nepomukservicestub] Soprano::ODBC::ConnectionPool::ConnectionPool(const QString&, const QStringList&, QObject*) "host=localhost:1111;uid=dba;pwd=dba;driver=/usr/lib/virtodbc_r.so"
    [/usr/bin/nepomukservicestub] Soprano::ODBC::Connection::Connection() QThread(0x1bb9a10)
    [/usr/bin/nepomukservicestub] "/usr/bin/nepomukservicestub(3946)" Soprano: "SQLGetData for data length failed (iODBC Error: [OpenLink][Virtuoso iODBC Driver]CL056: Bookmarks not enable for statement)"
    [/usr/bin/nepomukservicestub] bool Soprano::Virtuoso::DatabaseConfigurator::updateFulltextIndexRules(bool) empty rule name!
    [/usr/bin/nepomukservicestub] virtual Soprano::ODBC::Connection::~Connection() QThread(0x1bb9a10)
    [/usr/bin/nepomukservicestub] Soprano::ODBC::Connection::Connection() QThread(0x1bb9a10)
    [/usr/bin/nepomukservicestub] Soprano::ODBC::Connection::Connection() QThread(0x1d743a0)
    virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
    void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 1
    virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
    void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 2
    Akonadi::NepomukSearchEngine(0x22344e0) QDBusServiceWatcher(0x2293460)
    [/usr/bin/nepomukservicestub] Soprano::ODBC::Connection::Connection() Soprano::Server::ServerConnection(0x1d53ef0)
    virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
    void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 3
    [/usr/bin/nepomukservicestub] virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
    void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 4
    virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
    void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 5
    Soprano::ODBC::Connection::Connection() Soprano::Server::ServerConnection(0x1d928b0)
    Soprano::ODBC::Connection::Connection() Soprano::Server::ServerConnection(0x1d53c70)
    virtual void Soprano::Server::ServerConnection::run() thread done.
    virtual Soprano::ODBC::Connection::~Connection() Soprano::Server::ServerConnection(0x1d928b0)
    void Soprano::Server::ServerCore::serverConnectionFinished()
    virtual Soprano::Server::ServerConnection::~ServerConnection() Removing connection
    void Soprano::Server::ServerCore::serverConnectionFinished() Connection removed. Current count: 4
    virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
    void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 5
    [/usr/bin/nepomukservicestub] virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
    [/usr/bin/nepomukservicestub] void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 6
    [/usr/bin/nepomukservicestub] Soprano::ODBC::Connection::Connection() Soprano::Server::ServerConnection(0x7f65680015e0)
    [/usr/bin/nepomukservicestub] virtual Soprano::ODBC::Connection::~Connection() QThread(0x1d743a0)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(127, 0)
    QGraphicsLinearLayout::removeAt: invalid index 1
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    [/usr/bin/nepomukservicestub] virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
    [/usr/bin/nepomukservicestub] void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 7
    [/usr/bin/nepomukservicestub] Soprano::ODBC::Connection::Connection() Soprano::Server::ServerConnection(0x7f6570006a20)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    I believe that the most important file here is the xsession-error, and as I have said the file is cut at last line that appeared before the KDE got stuck, in case it is not enough info just tell me how much should I let it run.
    Any suggestions?
    Last edited by r_dlfo (2011-05-12 02:14:35)

    Compositing is needed for the desktop effects, everything from shadows under windows to things like the desktop cube. Its difficult to say whether its a nvidia or kde bug since I was just going on guesswork; I know that compositing is started at about the point you mention the freezes. I don't know how far KDE loaded when you started it manually since I don't really recognise your description of what it was like but I'd guess that some other window manager (twm perhaps if you've been following the wiki) was already running, in which case kwin (which does the compositing) would not have started.
    Since desktop effects really improve the look and feel of kde (things like shadows and improved window switchers, desktop cube and the like are pure eye-candy) you may wish to debug further. Your graphics card should be able to run desktop effects as I have a laptop with a previous generation nvidia chip which runs fine after a bit of tweaking.
    If you load the desktop effects section of system settings you should see a checkbox "Enable desktop effects" if you check that you'll be able to switch to the "All effects" tab. Try disabling the Blur effect and clicking "Apply". If kwin still can enable compositing you'll see a box with a countdown that will automatically disable desktop effects again if you don't choose to keep the new settings. You might also want to try changing the scale method from "Accurate" to "Smooth" in the advanced tab.

  • Mac won't load after login after upgrading to mountain lion??

    I installed Mountain Lion this morning.  After restarting, it prompts me for my login information (as usual).  However, nothing loads past this point.  It keeps restarting.  Any ideas?

    I installed Mountain Lion this morning.  After restarting, it prompts me for my login information (as usual).  However, nothing loads past this point.  It keeps restarting.  Any ideas?

  • Gnome stops loading after login

    Hi all.
    I just finished a new install of arch with gnome (2nd time today,same thing happened the first time, but the first time i just reinstalled arch because i thought i had messed up something)
    Everything went well the first time i logged in from gdm to gnome, but when i was going to reboot and then log in again, gnome suddely stopped loading and just leaves me with the cursor and the wallpaper. This happens everytime, so now i cant use gnome. I hope some of you guys know something about this, as i dont want to reinstall again.
    GDM -> Gnome -> Nothing but a wallpaper and mouse cursor
    oh and I have tried using gnome from the gnome-session command but the same thing happens. its like something halts gnome from loading the stuff that it needs.

    Oh and I almost forgot, here is my .xsession-errors:
    /etc/gdm/Xsession: Beginning session setup...
    /etc/gdm/Xsession: ssh-agent not found!
    /etc/gdm/Xsession: Setup done, will execute: gnome-session
    The files that contain your preference settings are currently in use.
    You might be logged in to a session from another computer, and the other login session is using your preference settings files.
    You can continue to use the current session, but this might cause temporary problems with the preference settings in the other session.
    Do you want to continue? Continue (y/n)?gnome-session[2983]: Gtk-CRITICAL: gtk_main_quit: assertion `main_loops != NULL' failed
    Window manager warning: Failed to read saved session file /home/sphere/.config/metacity/sessions/1057a05f5598948f5123732645494907300000029830018.ms: Failed to open file '/home/sphere/.config/metacity/sessions/1057a05f5598948f5123732645494907300000029830018.ms': No such file or directory

  • Hi, I got the problem with Firefox 27.0.1. I can not run Selenium on Firefox after login a website for automation testing. The browser is not responding.

    Hi, I got the problem with Firefox 27.0.1. I can not run Selenium on Firefox after login a website for automation testing. The browser is not responding. However when I close Nunit, the page is back to be normal. The title is returned to the name of website without "not responding". I sure this problem did not happen on Firefox version 26. I just got this problem when firefox upgrading automatically to version 27. Please help me fix this problem because it is very important for my work. If you need more information pls send your concerns via my email address.
    Thanks so much

    Hi, the work around suggested above should put you in working mode in the meantime. However to help investigate the issue it is possible to analyze what is not loading or taking a long time by analyzing the network traffic or http headers of the Nunit web page.
    *[https://addons.mozilla.org/en-us/firefox/addon/live-http-headers/]
    *Web developer Tools > Web console
    If you post the results with out the user data, we are happy to help.

  • My imac will not load after I enter my password. The only thing I get is the arrow from my mouse on top of a blank white screen.  Can anyone tell me what this is?  I've restarted and turned off several times.  I left it on in this state for 8 hours and

    My imac will not load after I enter my password. The only thing I get is the arrow from my mouse on top of a blank white screen.  Can anyone tell me what this is?  I've restarted and turned off several times.  I left it on in this state for 8 hours hoping it would reload and work.  No luck.

    Hello KCC4ME,
    You may try booting your Mac in Safe Boot, as it can resolve many issues that may prevent a successful login.
    OS X: What is Safe Boot, Safe Mode?
    http://support.apple.com/kb/HT1564
    If a Safe Boot allows you to successfully log in, you may have issues with one or more login itmes (while the following article is labelled as a Mavericks article, it is viable for earlier versions of the Mac OS, as well).
    OS X Mavericks: If you think you have incompatible login items
    http://support.apple.com/kb/PH14201
    Cheers,
    Allen

  • Site does not load after some minutes of creation or after restart the server

    Hello,
    I have been asked to create a test enviroment identical to the production enviroment. So, what I did was:
    Backed up the production web application's content database: Prod_WSS_ContentDB
    Created new test servers (domain controller, sql server and sharepoint 2013 server) in a new, completely isolated, network environment, without any connection with the production environment (specifically Azure)
    Created a new web application in test environment with a new content database.
    Dismounted the new content database with powershell: Dismount-spcontentdatabase Test_WSS_Content
    Copy the Prod_WSS_ContentDB database to the test sql server and restored it with Management Studio.
    Mount the Prod_WSS_ContentDB databe to the web application with powershell:
    Mount-spcontentdatabse Prod_WSS_ContentDB -WebApplication http://testsp/
    Then, when I type http://testsp in the browser it redirects me to http://testsp/SitePages/Home.aspx
    and the site loads exactly as the production environment.
    But, after some minutes, or if I restart the Sharepoint Server, when I navigate to
    http://sitesp I am redirected to http://testsp/SitePages/Home.aspx
    as expected, but the site does not load, the browser just show a complety blank page.
    The Central Administration site loads normally.
    Trying to fix it I found that if I dismount the content database Prod_WSS_ContentDB, then mount the test database Test_WSS_Content,
    then navigate to the site, dismount Test_WSS_Content and finally mount again Prod_WSS_ContentDB, the site loads normally, no blank page, but after some minutes or if I restart the same happens again.
    For the error event I receice in event viewer it seems that the problem is related to database. I have not found a solution for this error... How can I solve  this?
    The error is:
    Log Name:      Application
    Source:        Microsoft-SharePoint Products-SharePoint Foundation
    Date:          6/27/2014 2:44:22 PM
    Event ID:      5586
    Task Category: Database
    Level:         Error
    Keywords:      
    User:          UCETEST\spaccount
    Computer:      TESTSP01.ucetest.edu.do
    Description:
    Unknown SQL Exception -2146893055 occurred. Additional error information from SQL Server is included below.
    A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 0 - The handle specified is invalid)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-SharePoint Products-SharePoint Foundation" Guid="{6FB7E0CD-52E7-47DD-997A-241563931FC2}" />
        <EventID>5586</EventID>
        <Version>15</Version>
        <Level>2</Level>
        <Task>3</Task>
        <Opcode>0</Opcode>
        <Keywords>0x4000000000000000</Keywords>
        <TimeCreated SystemTime="2014-06-27T14:44:22.743159500Z" />
        <EventRecordID>4742</EventRecordID>
        <Correlation />
        <Execution ProcessID="1688" ThreadID="1692" />
        <Channel>Application</Channel>
        <Computer>TESTSP01.ucetest.edu.do</Computer>
        <Security UserID="S-1-5-21-2552298216-324766354-3392103171-1108" />
      </System>
      <EventData>
        <Data Name="int0">-2146893055</Data>
        <Data Name="string1">A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 0 - The handle specified is invalid)</Data>
      </EventData>
    </Event>
    Melvintt
    MCTS, Windows Server 2008 R2: Network Infrastructure
    MCTS, Windows Server 2008 R2: Active Directory, Configuring

    Hi,
    According to your post, my understanding is that Site does not load after some minutes of creation or after restart the server.
    Please make sure you create a test environment for existing production site correctly.
    Here are some great articles for your reference:
    Moving content between SharePoint environments
    Copy SharePoint production data to a test environment
    Build a SharePoint 2010 Test/Development Farm
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support
    Hello Linda Li,
    I follwed that steps to create my test enviroment... and I have recreated it some times using that same steps, but the problem persits. After some minutes or after I restart the SharePoint server the site does not load.
    Melvintt
    MCTS, Windows Server 2008 R2: Network Infrastructure
    MCTS, Windows Server 2008 R2: Active Directory, Configuring

  • Satellite L500 - blank blue screen after login to Win 7

    Hi
    I have this laptop and i can start up the laptop and it loads fine to the login page i then can login but when the screens opens after login it appears as a blank blue screen with the document folder open i have no background picture and no startup menu nothing else except the document folder.
    From there i can access my files etc and anything else internet etc everything but i dont know how to get the screen back to normal.
    If i go on background display i can see the image that should be on the background and change it but nothing happens on the full screen.
    I have no restore point as yet as new laptop for xmas, i do have backup discs but think its just something to do with the display.
    If go into files and folders it shows me the icons on the desktop but all i see is this blank screen.
    Any ideas please, if not would restore files work or full back up disc
    Thanks very much for any help

    Hi
    Check this:
    Click right on the desktop and choose Personalize.
    There you should check the area: Basis design and design with high contrast
    Choose Windows 7 basic.
    Then reboot the unit.
    Usually this should help to get the Windows 7 common design and desktop settings.
    But if this will not help then you could use an fast solution which would be a usage of the recovery disk of HDD recovery option.
    This would format the HDD and would reinstall everything again

  • New scene after login success AS3

    Hi guys,
    I'm really new to actionscript so i have trouble in understanding the code. I tried many ways to go to a new scene after login successful but sadly failed. I followed one of the tutorials on the login part..It works and i'm happy wif it..but currently, it displays only the success message. Instead, i wanna go to a new scene but don't know how. I'll post the code below. Hope u can help ..I have a dateline for this project. Thanks!
    [actionscript]
    package actions {
        import flash.display.MovieClip;
        import flash.events.*;
        import flash.net.*;
        import flash.text.*;
        public class main extends MovieClip {
            public function main ():void {
                submit_button.buttonMode = true;
                submit_button.addEventListener(MouseEvent.MOUSE_DOWN, checkLogin);
                username.text = "";
                password.text = "";
            public function checkLogin (e:MouseEvent):void {
                if (username.text == "" || password.text == "") {
                    if (username.text == "") {
                    username.text = "Enter your username";
                    if (password.text == "") {
                    password.text = "Enter your password";
                } else {
                    processLogin();
            public function processLogin ():void {
                var phpVars:URLVariables = new URLVariables();
                var phpFileRequest:URLRequest = new URLRequest("login.php");
                phpFileRequest.method = URLRequestMethod.POST;
                phpFileRequest.data = phpVars;
                var phpLoader:URLLoader = new URLLoader();
                phpLoader.dataFormat = URLLoaderDataFormat.VARIABLES;           
                phpLoader.addEventListener(Event.COMPLETE, showResult);
                phpVars.systemCall = "checkLogin";
                phpVars.username = username.text;
                phpVars.password = password.text;
                phpLoader.load(phpFileRequest);
            public function showResult (event:Event):void {
                result_text.autoSize = TextFieldAutoSize.LEFT;
                result_text.text = "" + event.target.data.systemResult;
    [php]
    <?php
    include_once "dbconnect.php";
    $username = $_POST['username']; //variables from flash
    $password = $_POST['password'];
    if ($_POST['systemCall'] == "checkLogin") {
    $sql = "SELECT * FROM users WHERE username='$username' AND password='$password'";
    $query = mysql_query($sql);
    $login_counter = mysql_num_rows($query);
    if ($login_counter > 0) {
    print "systemResult=Welcome $username!";
    } else {
    print "systemResult=Invalid User!";
    ?>

    You probably want to check the value that it returns and use it to decide whether to go to the next scene or not.
            public function showResult (event:Event):void {
                result_text.autoSize = TextFieldAutoSize.LEFT;
                result_text.text = "" + event.target.data.systemResult;
                if(String(result_text.text).indexOf("Welcome") == 0) {
                       gotoAndPlay(1, "Scenename");
    What the first line does is checks to see if the word Welcome is at the start of whatever is in the textfield (starts at index 0).  If it does, then it issues the command to move to another frame/scene

  • WSM ccore after login gets 500 Internal Server Error

    Having issues with wsm ccore console . After login I get 500 internal error, Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.
    Letf hand side Menu is available. Also the ccore appliction log shows some class exceptions. I am not sure what is wrong here, i have tried to compare server.xml and other configuration files with a working environment but still no luck. Appreciate any pointers.
    Thanks,
    10/02/04 22:45:20.840 ccore: Servlet error
    oracle.classloader.util.AnnotatedNoClassDefFoundError:
    Missing class: org.apache.taglibs.standard.tag.el.core.IfTag
    Dependent class: com.cfluent._coresv._policymgmt._policyserver._ListAgents
    Loader: ccore.web.ccore:0.0.0
    Code-Source: /vol01/local/oracle/OracleAS_1/j2ee/OC4J_WSM/applications/ccore/ccore/WEB-INF/lib/coresv-4.0-jsp-ccore.jar
    Configuration: WEB-INF/lib/ directory in /vol01/local/oracle/OracleAS_1/j2ee/OC4J_WSM/applications/ccore/ccore/WEB-INF/lib
    The missing class is not available from any code-source or loader in the system.
    at oracle.classloader.PolicyClassLoader.handleClassNotFound (PolicyClassLoader.java:2194) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@1726192190]
    at oracle.classloader.PolicyClassLoader.internalLoadClass (PolicyClassLoader.java:1726) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@1726192190]
    at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1682) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@1726192190]
    at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1667) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@1726192190]
    at java.lang.ClassLoader.loadClassInternal (ClassLoader.java:319) [jre bootstrap, by jre.bootstrap:1.5.0_18]
    at com.cfluent._coresv._policymgmt._policyserver._ListAgents._jspService (_ListAgents.java:245) [vol01/local/oracle/OracleAS_1/j2ee/OC4J_WSM/applications/ccore/ccore/WEB-INF/lib/coresv-4.0-jsp-ccore.jar (from WEB-INF/lib/ directory in /vol01/local/oracle/OracleAS_1/j2ee/OC4J_WSM/applications/ccore/ccore/WEB-INF/lib), by ccore.web.ccore:0.0.0]
    at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.5.0) ].http.OrionHttpJspPage.service (OrionHttpJspPage.java:59) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /vol01/local/oracle/OracleAS_1/j2ee/home/oc4j.jar), by oc4j:10.1.3]
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ResourceFilterChain.doFilter (ResourceFilterChain.java:64) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /vol01/local/oracle/OracleAS_1/j2ee/home/oc4j.jar), by oc4j:10.1.3]
    at oracle.i18n.servlet.filter.ServletFilter.doFilter (ServletFilter.java:130) [vol01/local/oracle/OracleAS_1/jdbc/lib/orai18n.jar (from <code-source> in META-INF/boot.xml in /vol01/local/oracle/OracleAS_1/j2ee/home/oc4j.jar), by oracle.wsm.ccore:1.0]
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.invoke (ServletRequestDispatcher.java:644) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /vol01/local/oracle/OracleAS_1/j2ee/home/oc4j.jar), by oc4j:10.1.3]
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.forwardInternal (ServletRequestDispatcher.java:391) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /vol01/local/oracle/OracleAS_1/j2ee/home/oc4j.jar), by oc4j:10.1.3]
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.doProcessRequest (HttpRequestHandler.java:908) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /vol01/local/oracle/OracleAS_1/j2ee/home/oc4j.jar), by oc4j:10.1.3]
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.processRequest (HttpRequestHandler.java:458) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /vol01/local/oracle/OracleAS_1/j2ee/home/oc4j.jar), by oc4j:10.1.3]
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run (AJPRequestHandler.java:313) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /vol01/local/oracle/OracleAS_1/j2ee/home/oc4j.jar), by oc4j:10.1.3]
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run (AJPRequestHandler.java:199) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /vol01/local/oracle/OracleAS_1/j2ee/home/oc4j.jar), by oc4j:10.1.3]
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run (ServerSocketReadHandler.java:260) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /vol01/local/oracle/OracleAS_1/j2ee/home/oc4j.jar), by oc4j:10.1.3]
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run (ReleasableResourcePooledExecutor.java:303) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /vol01/local/oracle/OracleAS_1/j2ee/home/oc4j.jar), by oc4j:10.1.3]
    at java.lang.Thread.run (Thread.java:595) [jre bootstrap, by jre.bootstrap:1.5.0_18]

    I'm facing the same issue on a 10.1.3.4 installation.

  • Solution manager 7.1 - AS Java - no page displayed after login

    Hello friends,
    I am facing a strange issue in our solution manager system wherein the startpage is displayed (http://<hostname>:50000) but no page is displayed after login. User credentials are accepted (Username/Password invalid dialogue is not displayed) but the page simply returns to the login screen.
    I also tried enabling the SAP* user in Java stack but the same behaviour is observed while logging in using SAP* as well.
    The UME configuration is correct as I tried resetting the J2ee_admin user in the ABAP stack and then tried logging in to to Java. The password change screen was displayed but once I login the page is not re-directed. I am also not able to login to the visual admin.
    Could you please advise how to go ahead with the troubleshooting of this issue at the earliest ?
    Thanks and regards,
    Sudarsan.

    Hi Divyanshu,
    Please find the default trace and std_server0.out pasted below
    std_server0.out
    stdout/stderr redirect
    node name   : server0
    pid         : 7248
    system name : H4P
    system nr.  : 00
    started at  : Sat Jul 12 01:02:33 2014
    [Thr 10468] MtxInit: 10001 0 2
    (CompilerOracle read from file F:\usr\sap\H4P\DVEBMGS00\exe\sapjvm_4\jre\.hotspot_compiler)
       :    [10876] 01:02:35    Listening for transport dt_socket at address: 50021
    JVM Directory = F:\usr\sap\H4P\DVEBMGS00\exe\sapjvm_4\jre
    SAP J2EE Engine Version 7.02 SP 15   PatchLevel 122046. is starting...
    Loading: LogManager ... 4655 ms.
    Loading: PoolManager ... 159 ms.
    Loading: ApplicationThreadManager ... 16.343: [GC 16.343: [ParNew: 409600K->2980K(512000K), 0.0093442 secs] 409600K->2980K(4091904K), 0.0095540 secs] [Times: user=0.00 sys=0.00, real=0.01 secs]
    1270 ms.
    Loading: ThreadManager ... 88 ms.
    Loading: IpVerificationManager ... 41 ms.
    Loading: ClassLoaderManager ... 208 ms.
    Loading: ClusterManager ... 1204 ms.
    Loading: LockingManager ... 741 ms.
    Loading: ConfigurationManager ... 10430 ms.
    Loading: LicensingManager ... 224 ms.
    Loading: CacheManager ... 1330 ms.
    Loading: ServiceManager ...
    Loading services.:
      Service runtimeinfo started. (16 ms).
      Service memory started. (26 ms).
      Service cross started. (67 ms).
      Service timeout started. (57 ms).
      Service trex.service started. (276 ms).
      Service p4 started. (721 ms).
      Service classpath_resolver started. (109 ms).
      Service userstore started. (25 ms).
      Service jmx_notification started. (147 ms).
    57.513: [GC 57.514: [ParNew: 412580K->15485K(512000K), 0.0197126 secs] 412580K->15485K(4091904K), 0.0198888 secs] [Times: user=0.16 sys=0.00, real=0.02 secs]
      Service log_configurator started. (22647 ms).
      Service locking started. (3 ms).
      Service http started. (566 ms).
      Service naming started. (1531 ms).
      Service licensing started. (64 ms).
      Service failover started. (48 ms).
      Service javamail started. (263 ms).
      Service jmsconnector started. (164 ms).
      Service appclient started. (56 ms).
      Service ts started. (269 ms).
      Service connector started. (688 ms).
      Service iiop started. (1693 ms).
    69.134: [GC 69.134: [ParNew: 425085K->26123K(512000K), 0.0151590 secs] 425085K->26123K(4091904K), 0.0153079 secs] [Times: user=0.16 sys=0.00, real=0.02 secs]
      Service deploy started. (47311 ms).
      Service MigrationService started. (50 ms).
      Service bi~mmr~deployer started. (6 ms).
      Service dbpool started. (2463 ms).
      Service UT started. (18 ms).
      Service tc~lm~nzdm~crrsrv started. (1896 ms).
      Service com.sap.security.core.ume.service started. (6394 ms).
      Service security started. (1542 ms).
      Service tc~di~sdic~srv started. (1607 ms).
      Service applocking started. (62 ms).
      Service shell started. (103 ms).
      Service tc~eCATTPing~service started. (7 ms).
      Service classload started. (145 ms).
      Service telnet started. (12 ms).
      Service ejb started. (372 ms).
      Service file started. (294 ms).
      Service configuration started. (288 ms).
      Service dsr started. (223 ms).
      Service keystore started. (146 ms).
      Service ssl started. (5 ms).
      Service caf~um~metadata~imp started. (481 ms).
      Service tc~sec~certrevoc~service started. (63 ms).
      Service servlet_jsp started. (634 ms).
      Service tc~sec~securestorage~service started. (115 ms).
      Service jmx started. (345 ms).
      Service caf~runtime~connectivity~impl started. (60169 ms).
      Service tc~sec~wssec~service started. (68 ms).
      Service tc~sec~destinations~service started. (213 ms).
      Service apptracing started. (76 ms).
      Service sld started. (312 ms).
      Service caf~um~relgroups~imp started. (419 ms).
      Service tc~sec~vsi~service started. (109 ms).
      Service pmi started. (21 ms).
      Service tc~lm~ctc~confs~service_sda started. (677 ms).
      Service CUL started. (638 ms).
      Service rfcengine started. (487 ms).
      Service webdynpro started. (504 ms).
      Service com.adobe~DocumentServicesLicenseSupportService started. (622 ms).
      Service com.adobe~DataManagerService started. (619 ms).
      Service com.adobe~DocumentServicesDestProtoService started. (570 ms).
      Service com.adobe~DocumentServicesBinaries2 started. (745 ms).
      Service basicadmin started. (1117 ms).
      Service com.adobe~LicenseService started. (57 ms).
      Service com.adobe~DocumentServicesLicenseService started. (139 ms).
      Service com.adobe~DocumentServicesConfiguration started. (103 ms).
      Service webservices started. (1464 ms).
      Service adminadapter started. (352 ms).
      Service com.adobe~TrustManagerService started. (41 ms).
    107.446: [GC 107.447: [ParNew: 435723K->55159K(512000K), 0.0336804 secs] 435723K->55159K(4091904K), 0.0338619 secs] [Times: user=0.30 sys=0.05, real=0.03 secs]
      Service jms_provider started. (2529 ms).
      Service monitor started. (1834 ms).
      Service com.adobe~XMLFormService started. (3682 ms).
      Service com.adobe~PDFManipulation started. (6231 ms).
      Service com.adobe~FontManagerService started. (20693 ms).
      Service tc.monitoring.logviewer started. (23847 ms).
      Service tc~smd~server~service started. (31959 ms).
    ServiceManager started for 106612 ms.
    Framework started for 127689 ms.
    SAP J2EE Engine Version 7.02 SP 15   PatchLevel 122046. is running! PatchLevel 122046. December 10, 2013 07:44 GMT
    >
    Login :138.206: [GC 138.206: [ParNew: 464759K->57045K(512000K), 0.0341173 secs] 464759K->57045K(4091904K), 0.0343756 secs] [Times: user=0.17 sys=0.03, real=0.03 secs]
    151.871: [GC 151.871: [ParNew: 466645K->59636K(512000K), 0.0248912 secs] 466645K->59636K(4091904K), 0.0250535 secs] [Times: user=0.20 sys=0.00, real=0.03 secs]
    159.768: [GC 159.768: [ParNew: 469236K->69020K(512000K), 0.0286367 secs] 469236K->69020K(4091904K), 0.0288998 secs] [Times: user=0.20 sys=0.00, real=0.03 secs]
    172.292: [GC 172.293: [ParNew: 478620K->82191K(512000K), 0.0506404 secs] 478620K->82191K(4091904K), 0.0509069 secs] [Times: user=0.33 sys=0.00, real=0.05 secs]
    183.948: [GC 183.948: [ParNew: 491791K->85191K(512000K), 0.0338451 secs] 491791K->85191K(4091904K), 0.0340746 secs] [Times: user=0.33 sys=0.06, real=0.04 secs]
    207.736: [GC 207.736: [ParNew: 494791K->93020K(512000K), 0.0402932 secs] 494791K->93020K(4091904K), 0.0405265 secs] [Times: user=0.36 sys=0.05, real=0.04 secs]
    213.091: [GC 213.091: [ParNew: 502620K->96889K(512000K), 0.0378830 secs] 502620K->96889K(4091904K), 0.0382008 secs] [Times: user=0.41 sys=0.00, real=0.04 secs]
    220.963: [GC 220.963: [ParNew: 506489K->102400K(512000K), 0.0433631 secs] 506489K->102887K(4091904K), 0.0435739 secs] [Times: user=0.39 sys=0.01, real=0.04 secs]
    225.407: [GC 225.407: [ParNew: 512000K->102400K(512000K), 0.0659910 secs] 512487K->114254K(4091904K), 0.0661903 secs] [Times: user=0.66 sys=0.00, real=0.07 secs]
    227.924: [GC 227.925: [ParNew: 512000K->75412K(512000K), 0.0600499 secs] 523854K->115750K(4091904K), 0.0603241 secs] [Times: user=0.56 sys=0.03, real=0.06 secs]
    229.735: [GC 229.736: [ParNew: 485012K->76773K(512000K), 0.0296704 secs] 525350K->117111K(4091904K), 0.0299047 secs] [Times: user=0.41 sys=0.00, real=0.03 secs]
    231.707: [GC 231.707: [ParNew: 486373K->80571K(512000K), 0.0274316 secs] 526711K->120909K(4091904K), 0.0276203 secs] [Times: user=0.41 sys=0.00, real=0.03 secs]
    234.714: [GC 234.714: [ParNew: 490171K->81084K(512000K), 0.0279458 secs] 530509K->121422K(4091904K), 0.0282022 secs] [Times: user=0.41 sys=0.00, real=0.03 secs]
    236.889: [GC 236.889: [ParNew: 490684K->83137K(512000K), 0.0295422 secs] 531022K->123475K(4091904K), 0.0299085 secs] [Times: user=0.44 sys=0.00, real=0.03 secs]
    239.014: [GC 239.014: [ParNew: 492737K->82027K(512000K), 0.0274570 secs] 533075K->122365K(4091904K), 0.0276447 secs] [Times: user=0.20 sys=0.00, real=0.03 secs]
    243.944: [GC 243.945: [ParNew: 491627K->86247K(512000K), 0.0308141 secs] 531965K->128265K(4091904K), 0.0310071 secs] [Times: user=0.41 sys=0.00, real=0.03 secs]
    261.078: [GC 261.078: [ParNew: 495847K->81875K(512000K), 0.0386699 secs] 537865K->130719K(4091904K), 0.0388763 secs] [Times: user=0.42 sys=0.00, real=0.04 secs]
    263.570: [GC 263.570: [ParNew: 491475K->76817K(512000K), 0.0368185 secs] 540319K->134261K(4091904K), 0.0370293 secs] [Times: user=0.39 sys=0.00, real=0.04 secs]
    266.491: [GC 266.491: [ParNew: 486417K->67609K(512000K), 0.0347549 secs] 543861K->133558K(4091904K), 0.0349446 secs] [Times: user=0.41 sys=0.00, real=0.04 secs]
    281.349: [GC 281.349: [ParNew: 477096K->74081K(512000K), 0.0436378 secs] 543045K->146305K(4091904K), 0.0438481 secs] [Times: user=0.33 sys=0.00, real=0.04 secs]
    374.995: [GC 374.995: [ParNew: 483681K->86806K(512000K), 0.0552055 secs] 555905K->167634K(4091904K), 0.0554494 secs] [Times: user=0.39 sys=0.02, real=0.06 secs]
    392.137: [GC 392.137: [ParNew: 496406K->85085K(512000K), 0.0415492 secs] 577234K->171765K(4091904K), 0.0417638 secs] [Times: user=0.61 sys=0.00, real=0.04 secs]
    405.451: [GC 405.451: [ParNew: 494681K->81779K(512000K), 0.0527352 secs] 581361K->178231K(4091904K), 0.0529758 secs] [Times: user=0.55 sys=0.00, real=0.05 secs]
    480.859: [GC 480.859: [ParNew: 491379K->102400K(512000K), 0.0901222 secs] 587831K->261420K(4091904K), 0.0905457 secs] [Times: user=0.51 sys=0.03, real=0.09 secs]
    577.173: [GC 577.173: [ParNew: 512000K->75933K(512000K), 0.0550441 secs] 671020K->246827K(4091904K), 0.0553682 secs] [Times: user=0.39 sys=0.00, real=0.06 secs]
    704.249: [GC 704.250: [ParNew: 485533K->77676K(512000K), 0.0407844 secs] 656427K->248569K(4091904K), 0.0410456 secs] [Times: user=0.42 sys=0.00, real=0.04 secs]
    876.836: [GC 876.836: [ParNew: 487276K->75866K(512000K), 0.0429113 secs] 658169K->246759K(4091904K), 0.0431860 secs] [Times: user=0.42 sys=0.00, real=0.04 secs]
    1000.880: [GC 1000.880: [ParNew: 485466K->78898K(512000K), 0.0513112 secs] 656359K->249791K(4091904K), 0.0515757 secs] [Times: user=0.30 sys=0.00, real=0.05 secs]
    1236.804: [GC 1236.805: [ParNew: 488498K->80412K(512000K), 0.0422104 secs] 659391K->251305K(4091904K), 0.0424571 secs] [Times: user=0.41 sys=0.01, real=0.04 secs]
    1418.924: [GC 1418.925: [ParNew: 490012K->80392K(512000K), 0.0434275 secs] 660905K->251286K(4091904K), 0.0436728 secs] [Times: user=0.41 sys=0.00, real=0.04 secs]
    1615.748: [GC 1615.749: [ParNew: 489992K->83210K(512000K), 0.0517399 secs] 660886K->254104K(4091904K), 0.0519881 secs] [Times: user=0.33 sys=0.00, real=0.05 secs]
    1620.414: [GC 1620.414: [ParNew: 492810K->78915K(512000K), 0.0583172 secs] 663704K->253562K(4091904K), 0.0585135 secs] [Times: user=0.59 sys=0.00, real=0.06 secs]
    2545.536: [GC 2545.537: [ParNew: 488515K->84452K(512000K), 0.0455981 secs] 663162K->262012K(4091904K), 0.0458415 secs] [Times: user=0.33 sys=0.00, real=0.05 secs]
    3636.568: [GC 3636.568: [ParNew: 494052K->87225K(512000K), 0.0450642 secs] 671612K->264982K(4091904K), 0.0453173 secs] [Times: user=0.22 sys=0.00, real=0.05 secs]
    3760.213: [GC 3760.213: [ParNew: 496825K->84275K(512000K), 0.0515042 secs] 674582K->267007K(4091904K), 0.0517510 secs] [Times: user=0.37 sys=0.02, real=0.05 secs]
    3829.358: [GC 3829.358: [ParNew: 493875K->79017K(512000K), 0.0490550 secs] 676607K->268004K(4091904K), 0.0493028 secs] [Times: user=0.42 sys=0.00, real=0.05 secs]
    3926.336: [GC 3926.337: [ParNew: 488617K->70535K(512000K), 0.0705191 secs] 677604K->267529K(4091904K), 0.0707937 secs] [Times: user=0.23 sys=0.00, real=0.07 secs]
    4000.227: [GC 4000.227: [ParNew: 480135K->67670K(512000K), 0.0428388 secs] 677129K->269075K(4091904K), 0.0431485 secs] [Times: user=0.37 sys=0.01, real=0.04 secs]
    4066.132: [GC 4066.132: [ParNew: 477270K->58133K(512000K), 0.0460110 secs] 678675K->269651K(4091904K), 0.0462511 secs] [Times: user=0.41 sys=0.00, real=0.05 secs]
    4178.728: [GC 4178.729: [ParNew: 467733K->49773K(512000K), 0.0483689 secs] 679251K->270549K(4091904K), 0.0486930 secs] [Times: user=0.31 sys=0.00, real=0.05 secs]
    4241.818: [GC 4241.818: [ParNew: 459373K->48431K(512000K), 0.0355832 secs] 680149K->269442K(4091904K), 0.0358160 secs] [Times: user=0.20 sys=0.00, real=0.04 secs]
    4360.751: [GC 4360.751: [ParNew: 458031K->48747K(512000K), 0.0371829 secs] 679042K->272075K(4091904K), 0.0374244 secs] [Times: user=0.20 sys=0.00, real=0.04 secs]
    4596.592: [GC 4596.592: [ParNew: 458347K->47879K(512000K), 0.0328224 secs] 681675K->271353K(4091904K), 0.0330644 secs] [Times: user=0.22 sys=0.00, real=0.03 secs]
    5585.792: [GC 5585.792: [ParNew: 457475K->43896K(512000K), 0.0351928 secs] 680949K->267555K(4091904K), 0.0354679 secs] [Times: user=0.16 sys=0.00, real=0.04 secs]
    7296.506: [GC 7296.506: [ParNew: 453496K->45169K(512000K), 0.0329165 secs] 677155K->268857K(4091904K), 0.0331907 secs] [Times: user=0.20 sys=0.00, real=0.03 secs]
    7779.913: [GC 7779.913: [ParNew: 454769K->44192K(512000K), 0.0334480 secs] 678457K->269666K(4091904K), 0.0336963 secs] [Times: user=0.22 sys=0.00, real=0.03 secs]
    8020.974: [GC 8020.974: [ParNew: 453792K->33373K(512000K), 0.0528687 secs] 679266K->269172K(4091904K), 0.0531164 secs] [Times: user=0.28 sys=0.00, real=0.05 secs]
    8677.081: [GC 8677.081: [ParNew: 442973K->23693K(512000K), 0.0405141 secs] 678772K->270630K(4091904K), 0.0407589 secs] [Times: user=0.11 sys=0.02, real=0.04 secs]
    10327.126: [GC 10327.126: [ParNew: 433293K->20436K(512000K), 0.0384207 secs] 680230K->267913K(4091904K), 0.0386656 secs] [Times: user=0.11 sys=0.00, real=0.04 secs]
    11256.564: [GC 11256.565: [ParNew: 428560K->27866K(512000K), 0.0253761 secs] 676037K->275415K(4091904K), 0.0256618 secs] [Times: user=0.01 sys=0.00, real=0.03 secs]
    11545.530: [GC 11545.530: [ParNew: 437465K->21536K(512000K), 0.0226044 secs] 685014K->269475K(4091904K), 0.0228564 secs] [Times: user=0.14 sys=0.00, real=0.02 secs]
    11796.057: [GC 11796.057: [ParNew: 431136K->18778K(512000K), 0.0221007 secs] 679075K->266774K(4091904K), 0.0223446 secs] [Times: user=0.01 sys=0.00, real=0.02 secs]
    12809.923: [GC 12809.923: [ParNew: 428378K->18795K(512000K), 0.0445188 secs] 676374K->266820K(4091904K), 0.0448069 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
    14496.820: [GC 14496.820: [ParNew: 428395K->25058K(512000K), 0.0226894 secs] 676420K->273498K(4091904K), 0.0229385 secs] [Times: user=0.00 sys=0.01, real=0.02 secs]
    14980.047: [GC 14980.047: [ParNew: 434658K->21165K(512000K), 0.0232621 secs] 683098K->269698K(4091904K), 0.0235445 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
    15233.610: [GC 15233.610: [ParNew: 430765K->22162K(512000K), 0.0229918 secs] 679298K->270744K(4091904K), 0.0232386 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
    15797.626: [GC 15797.626: [ParNew: 431762K->21183K(512000K), 0.0335801 secs] 680344K->269941K(4091904K), 0.0338307 secs] [Times: user=0.08 sys=0.00, real=0.03 secs]
    17445.257: [GC 17445.257: [ParNew: 430783K->21532K(512000K), 0.0217738 secs] 679541K->270368K(4091904K), 0.0220157 secs] [Times: user=0.01 sys=0.00, real=0.02 secs]
    18456.564: [GC 18456.564: [ParNew: 431132K->21513K(512000K), 0.0233092 secs] 679968K->270536K(4091904K), 0.0235584 secs] [Times: user=0.22 sys=0.00, real=0.02 secs]
    18745.563: [GC 18745.563: [ParNew: 431113K->20504K(512000K), 0.0287644 secs] 680136K->269891K(4091904K), 0.0290698 secs] [Times: user=0.14 sys=0.00, real=0.03 secs]
    18996.518: [GC 18996.519: [ParNew: 430104K->24655K(512000K), 0.0255605 secs] 679491K->274245K(4091904K), 0.0258087 secs] [Times: user=0.20 sys=0.00, real=0.03 secs]
    20125.762: [GC 20125.762: [ParNew: 434255K->18596K(512000K), 0.0400589 secs] 683845K->268312K(4091904K), 0.0403431 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
    21697.265: [GC 21697.265: [ParNew: 428196K->21889K(512000K), 0.0223705 secs] 677912K->271709K(4091904K), 0.0226207 secs] [Times: user=0.20 sys=0.00, real=0.02 secs]
    22180.439: [GC 22180.439: [ParNew: 431489K->21390K(512000K), 0.0277456 secs] 681309K->271612K(4091904K), 0.0279924 secs] [Times: user=0.19 sys=0.00, real=0.03 secs]
    22476.396: [GC 22476.397: [ParNew: 430990K->18430K(512000K), 0.0235550 secs] 681212K->268947K(4091904K), 0.0238061 secs] [Times: user=0.20 sys=0.00, real=0.02 secs]
    23195.831: [GC 23195.831: [ParNew: 428030K->18499K(512000K), 0.0241489 secs] 678547K->269079K(4091904K), 0.0244087 secs] [Times: user=0.09 sys=0.00, real=0.02 secs]
    24945.462: [GC 24945.462: [ParNew: 428099K->16645K(512000K), 0.0388144 secs] 678679K->267337K(4091904K), 0.0391812 secs] [Times: user=0.05 sys=0.00, real=0.04 secs]
    25716.639: [GC 25716.639: [ParNew: 426232K->23531K(512000K), 0.0233154 secs] 676923K->274315K(4091904K), 0.0235661 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
    25960.619: [GC 25960.619: [ParNew: 433131K->21809K(512000K), 0.0266547 secs] 683915K->272707K(4091904K), 0.0269438 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
    26304.626: [GC 26304.626: [ParNew: 431409K->18746K(512000K), 0.0343593 secs] 682307K->269749K(4091904K), 0.0346508 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
    27669.220: [GC 27669.220: [ParNew: 428346K->20766K(512000K), 0.0249685 secs] 679349K->271931K(4091904K), 0.0252148 secs] [Times: user=0.13 sys=0.00, real=0.03 secs]
    28029.056: [GC 28029.056: [ParNew: 430366K->34843K(512000K), 0.0287029 secs] 681531K->286439K(4091904K), 0.0289516 secs] [Times: user=0.08 sys=0.00, real=0.03 secs]
    29137.534: [GC 29137.535: [ParNew: 444441K->36716K(512000K), 0.0322064 secs] 696036K->288540K(4091904K), 0.0324566 secs] [Times: user=0.22 sys=0.00, real=0.03 secs]
    29539.995: [GC 29539.995: [ParNew: 446316K->33642K(512000K), 0.0441558 secs] 698140K->285524K(4091904K), 0.0444453 secs] [Times: user=0.08 sys=0.00, real=0.05 secs]
    29736.317: [GC 29736.317: [ParNew: 443242K->39857K(512000K), 0.0300564 secs] 695124K->291811K(4091904K), 0.0303046 secs] [Times: user=0.22 sys=0.00, real=0.03 secs]
    30197.727: [GC 30197.727: [ParNew: 449457K->44916K(512000K), 0.0272218 secs] 701411K->296976K(4091904K), 0.0274719 secs] [Times: user=0.17 sys=0.00, real=0.03 secs]
    30201.393: [GC 30201.393: [ParNew: 454516K->46152K(512000K), 0.0281556 secs] 706576K->298651K(4091904K), 0.0283476 secs] [Times: user=0.30 sys=0.00, real=0.03 secs]
    30204.926: [GC 30204.926: [ParNew: 455752K->55363K(512000K), 0.0283784 secs] 708251K->307988K(4091904K), 0.0289113 secs] [Times: user=0.14 sys=0.00, real=0.03 secs]
    30208.427: [GC 30208.427: [ParNew: 464963K->60481K(512000K), 0.0334466 secs] 717588K->313174K(4091904K), 0.0336761 secs] [Times: user=0.19 sys=0.00, real=0.03 secs]
    30212.220: [GC 30212.220: [ParNew: 470081K->66494K(512000K), 0.0350656 secs] 722774K->319335K(4091904K), 0.0352620 secs] [Times: user=0.25 sys=0.00, real=0.04 secs]
    30218.715: [GC 30218.715: [ParNew: 476094K->64660K(512000K), 0.0295470 secs] 728935K->317602K(4091904K), 0.0297482 secs] [Times: user=0.20 sys=0.00, real=0.03 secs]
    31892.266: [GC 31892.266: [ParNew: 474253K->65675K(512000K), 0.0452001 secs] 727194K->319718K(4091904K), 0.0454815 secs] [Times: user=0.31 sys=0.00, real=0.05 secs]
    32905.319: [GC 32905.319: [ParNew: 475275K->68843K(512000K), 0.0557312 secs] 729318K->322952K(4091904K), 0.0560174 secs] [Times: user=0.34 sys=0.00, real=0.06 secs]
    33156.147: [GC 33156.147: [ParNew: 478443K->65654K(512000K), 0.0331614 secs] 732552K->319857K(4091904K), 0.0334106 secs] [Times: user=0.22 sys=0.00, real=0.03 secs]
    33396.881: [GC 33396.881: [ParNew: 475254K->67679K(512000K), 0.0389335 secs] 729457K->321944K(4091904K), 0.0391759 secs] [Times: user=0.20 sys=0.00, real=0.04 secs]
    34595.703: [GC 34595.703: [ParNew: 477279K->64040K(512000K), 0.0405189 secs] 731544K->318508K(4091904K), 0.0407700 secs] [Times: user=0.22 sys=0.00, real=0.04 secs]
    36065.267: [GC 36065.267: [ParNew: 473640K->61747K(512000K), 0.0524082 secs] 728108K->320708K(4091904K), 0.0526613 secs] [Times: user=0.39 sys=0.00, real=0.05 secs]
    36577.395: [GC 36577.395: [ParNew: 471347K->64363K(512000K), 0.0357632 secs] 730308K->323597K(4091904K), 0.0360119 secs] [Times: user=0.25 sys=0.00, real=0.04 secs]
    36818.081: [GC 36818.081: [ParNew: 473963K->60950K(512000K), 0.0351362 secs] 733197K->320292K(4091904K), 0.0353810 secs] [Times: user=0.41 sys=0.00, real=0.03 secs]
    37390.515: [GC 37390.515: [ParNew: 470550K->61709K(512000K), 0.0564888 secs] 729892K->321423K(4091904K), 0.0567318 secs] [Times: user=0.20 sys=0.00, real=0.06 secs]
    37730.051: [GC 37730.051: [ParNew: 471309K->64129K(512000K), 0.0377437 secs] 731023K->324162K(4091904K), 0.0379953 secs] [Times: user=0.19 sys=0.00, real=0.04 secs]
    37733.372: [GC 37733.372: [ParNew: 473729K->53319K(512000K), 0.0354646 secs] 733762K->320827K(4091904K), 0.0356537 secs] [Times: user=0.37 sys=0.02, real=0.04 secs]
    37737.009: [GC 37737.009: [ParNew: 462919K->53622K(512000K), 0.0310719 secs] 730427K->327442K(4091904K), 0.0312615 secs] [Times: user=0.36 sys=0.00, real=0.03 secs]
    38795.575: [GC 38795.576: [ParNew: 463222K->50572K(512000K), 0.0322852 secs] 737042K->328382K(4091904K), 0.0325320 secs] [Times: user=0.19 sys=0.03, real=0.03 secs]
    39993.993: [GC 39993.993: [ParNew: 460172K->49671K(512000K), 0.0375738 secs] 737982K->329779K(4091904K), 0.0378254 secs] [Times: user=0.23 sys=0.00, real=0.04 secs]
    40344.727: [GC 40344.727: [ParNew: 459271K->45853K(512000K), 0.0313283 secs] 739379K->327387K(4091904K), 0.0315770 secs] [Times: user=0.19 sys=0.00, real=0.03 secs]
    40494.545: [GC 40494.546: [ParNew: 455453K->51375K(512000K), 0.0352274 secs] 736987K->334059K(4091904K), 0.0355399 secs] [Times: user=0.39 sys=0.00, real=0.04 secs]
    40498.474: [GC 40498.474: [ParNew: 460975K->48344K(512000K), 0.0232122 secs] 743659K->331092K(4091904K), 0.0234100 secs] [Times: user=0.31 sys=0.00, real=0.02 secs]
    40501.885: [GC 40501.886: [ParNew: 457944K->55748K(512000K), 0.0313076 secs] 740692K->338553K(4091904K), 0.0315496 secs] [Times: user=0.30 sys=0.00, real=0.03 secs]
    40612.920: [GC 40612.920: [ParNew: 465348K->51503K(512000K), 0.0265116 secs] 748153K->334348K(4091904K), 0.0268357 secs] [Times: user=0.20 sys=0.00, real=0.03 secs]
    41505.435: [GC 41505.436: [ParNew: 461103K->52624K(512000K), 0.0523886 secs] 743948K->335678K(4091904K), 0.0526344 secs] [Times: user=0.16 sys=0.00, real=0.05 secs]
    43179.292: [GC 43179.292: [ParNew: 462224K->56836K(512000K), 0.0338653 secs] 745278K->340377K(4091904K), 0.0341173 secs] [Times: user=0.20 sys=0.00, real=0.04 secs]
    43272.059: [GC 43272.059: [ParNew: 466436K->53555K(512000K), 0.0223245 secs] 749977K->337311K(4091904K), 0.0225554 secs] [Times: user=0.22 sys=0.01, real=0.02 secs]
    43275.516: [GC 43275.516: [ParNew: 463155K->58686K(512000K), 0.0386228 secs] 746911K->342598K(4091904K), 0.0388130 secs] [Times: user=0.27 sys=0.00, real=0.04 secs]
    43512.474: [GC 43512.474: [ParNew: 468286K->69833K(512000K), 0.0364445 secs] 752198K->353809K(4091904K), 0.0368920 secs] [Times: user=0.33 sys=0.00, real=0.04 secs]
    43516.298: [GC 43516.298: [ParNew: 479433K->66598K(512000K), 0.0303983 secs] 763409K->351401K(4091904K), 0.0305894 secs] [Times: user=0.31 sys=0.00, real=0.03 secs]
    43519.430: [GC 43519.430: [ParNew: 476198K->65372K(512000K), 0.0390751 secs] 761001K->355333K(4091904K), 0.0392662 secs] [Times: user=0.30 sys=0.00, real=0.04 secs]
    43715.970: [GC 43715.971: [ParNew: 474966K->58904K(512000K), 0.0374052 secs] 764927K->354223K(4091904K), 0.0376592 secs] [Times: user=0.30 sys=0.03, real=0.04 secs]
    43956.132: [GC 43956.132: [ParNew: 468504K->58418K(512000K), 0.0376996 secs] 763823K->354090K(4091904K), 0.0379415 secs] [Times: user=0.16 sys=0.00, real=0.04 secs]
    44225.128: [GC 44225.128: [ParNew: 468018K->59711K(512000K), 0.0424557 secs] 763690K->355503K(4091904K), 0.0427039 secs] [Times: user=0.17 sys=0.00, real=0.04 secs]
    44812.193: [GC 44812.193: [ParNew: 469311K->60634K(512000K), 0.0325334 secs] 765103K->356558K(4091904K), 0.0327903 secs] [Times: user=0.38 sys=0.00, real=0.03 secs]
    44815.197: [GC 44815.198: [ParNew: 470234K->62684K(512000K), 0.0257770 secs] 766158K->358675K(4091904K), 0.0259701 secs] [Times: user=0.39 sys=0.00, real=0.03 secs]
    46458.462: [GC 46458.463: [ParNew: 472284K->63304K(512000K), 0.0631213 secs] 768275K->362807K(4091904K), 0.0634108 secs] [Times: user=0.27 sys=0.00, real=0.06 secs]
    47316.959: [GC 47316.960: [ParNew: 472904K->65317K(512000K), 0.0445073 secs] 772407K->367990K(4091904K), 0.0447574 secs] [Times: user=0.20 sys=0.00, real=0.04 secs]
    47557.919: [GC 47557.919: [ParNew: 474917K->57938K(512000K), 0.0366716 secs] 777590K->362219K(4091904K), 0.0369218 secs] [Times: user=0.22 sys=0.00, real=0.04 secs]
    47856.376: [GC 47856.376: [ParNew: 467538K->56887K(512000K), 0.0432570 secs] 771819K->361679K(4091904K), 0.0435125 secs] [Times: user=0.30 sys=0.00, real=0.04 secs]
    49185.041: [GC 49185.041: [ParNew: 466487K->59302K(512000K), 0.0410893 secs] 771279K->364296K(4091904K), 0.0413682 secs] [Times: user=0.30 sys=0.00, real=0.04 secs]
    50527.809: [GC 50527.809: [ParNew: 468902K->58648K(512000K), 0.0450556 secs] 773896K->365509K(4091904K), 0.0453105 secs] [Times: user=0.26 sys=0.00, real=0.05 secs]
    51036.703: [GC 51036.703: [ParNew: 468248K->57601K(512000K), 0.0394472 secs] 775109K->366602K(4091904K), 0.0396978 secs] [Times: user=0.16 sys=0.00, real=0.04 secs]
    51278.070: [GC 51278.070: [ParNew: 467201K->45156K(512000K), 0.0517658 secs] 776202K->366024K(4091904K), 0.0520165 secs] [Times: user=0.39 sys=0.00, real=0.05 secs]
    51996.960: [GC 51996.960: [ParNew: 454756K->39538K(512000K), 0.0324129 secs] 775624K->362172K(4091904K), 0.0326654 secs] [Times: user=0.22 sys=0.00, real=0.03 secs]
    53844.699: [GC 53844.699: [ParNew: 449138K->38287K(512000K), 0.0318627 secs] 771772K->362188K(4091904K), 0.0321142 secs] [Times: user=0.16 sys=0.00, real=0.03 secs]
    54518.895: [GC 54518.895: [ParNew: 447887K->42840K(512000K), 0.0396710 secs] 771788K->368841K(4091904K), 0.0399283 secs] [Times: user=0.26 sys=0.00, real=0.04 secs]
    54768.382: [GC 54768.382: [ParNew: 452440K->33462K(512000K), 0.0440392 secs] 778441K->359656K(4091904K), 0.0442879 secs] [Times: user=0.11 sys=0.00, real=0.05 secs]
    55176.014: [GC 55176.015: [ParNew: 443062K->39528K(512000K), 0.0329002 secs] 769256K->365820K(4091904K), 0.0331580 secs] [Times: user=0.17 sys=0.00, real=0.03 secs]
    56544.587: [GC 56544.588: [ParNew: 449128K->38624K(512000K), 0.0298293 secs] 775420K->365077K(4091904K), 0.0300790 secs] [Times: user=0.14 sys=0.00, real=0.03 secs]
    57817.297: [GC 57817.297: [ParNew: 448216K->25904K(512000K), 0.0581534 secs] 774669K->365013K(4091904K), 0.0584113 secs] [Times: user=0.42 sys=0.02, real=0.06 secs]
    58248.498: [GC 58248.498: [ParNew: 435504K->19619K(512000K), 0.0366188 secs] 774613K->362521K(4091904K), 0.0369083 secs] [Times: user=0.09 sys=0.00, real=0.04 secs]
    58494.847: [GC 58494.847: [ParNew: 429219K->18701K(512000K), 0.0250597 secs] 772121K->361709K(4091904K), 0.0254419 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
    59244.328: [GC 59244.328: [ParNew: 428301K->23266K(512000K), 0.0242253 secs] 771309K->366340K(4091904K), 0.0244769 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
    61044.492: [GC 61044.492: [ParNew: 432866K->24931K(512000K), 0.0267541 secs] 775940K->368047K(4091904K), 0.0270119 secs] [Times: user=0.09 sys=0.00, real=0.03 secs]
    61046.169: [GC 61046.170: [ParNew: 434531K->54275K(512000K), 0.0453869 secs] 777647K->397596K(4091904K), 0.0455804 secs] [Times: user=0.55 sys=0.00, real=0.05 secs]
    61047.891: [GC 61047.891: [ParNew: 463875K->89091K(512000K), 0.0727891 secs] 807196K->432508K(4091904K), 0.0729822 secs] [Times: user=0.92 sys=0.00, real=0.07 secs]
    61049.764: [GC 61049.764: [ParNew: 498691K->102400K(512000K), 0.1413109 secs] 842108K->456742K(4091904K), 0.1415073 secs] [Times: user=1.67 sys=0.02, real=0.14 secs]
    61051.710: [GC 61051.710: [ParNew: 512000K->71683K(512000K), 0.1523303 secs] 866342K->470992K(4091904K), 0.1525238 secs] [Times: user=1.47 sys=0.03, real=0.15 secs]
    61053.638: [GC 61053.638: [ParNew: 481283K->84992K(512000K), 0.0754106 secs] 880592K->484300K(4091904K), 0.0756037 secs] [Times: user=0.76 sys=0.00, real=0.08 secs]
    61055.472: [GC 61055.472: [ParNew: 494592K->89088K(512000K), 0.1691948 secs] 893900K->488396K(4091904K), 0.1694339 secs] [Times: user=2.04 sys=0.00, real=0.17 secs]
    61063.844: [GC 61063.844: [ParNew: 498688K->84996K(512000K), 0.2110614 secs] 897996K->484305K(4091904K), 0.2112596 secs] [Times: user=2.65 sys=0.00, real=0.21 secs]
    61066.864: [GC 61066.864: [ParNew: 494596K->63506K(512000K), 0.3469430 secs] 893905K->462815K(4091904K), 0.3471471 secs] [Times: user=4.01 sys=0.00, real=0.35 secs]
    61070.210: [GC 61070.211: [ParNew: 473106K->88069K(512000K), 0.3459064 secs] 872415K->487378K(4091904K), 0.3461162 secs] [Times: user=4.40 sys=0.00, real=0.35 secs]
    61655.583: [GC 61655.583: [ParNew: 497669K->80887K(512000K), 0.3839315 secs] 896978K->480196K(4091904K), 0.3842004 secs] [Times: user=4.67 sys=0.00, real=0.38 secs]
    61944.377: [GC 61944.377: [ParNew: 490487K->55703K(512000K), 0.4498726 secs] 889796K->455011K(4091904K), 0.4501261 secs] [Times: user=5.51 sys=0.00, real=0.45 secs]
    62171.215: [GC 62171.216: [ParNew: 465303K->56084K(512000K), 0.4050095 secs] 864611K->455393K(4091904K), 0.4052578 secs] [Times: user=4.90 sys=0.00, real=0.40 secs]
    63174.670: [GC 63174.670: [ParNew: 465684K->57885K(512000K), 0.3867162 secs] 864993K->457194K(4091904K), 0.3869640 secs] [Times: user=4.60 sys=0.00, real=0.39 secs]
    64895.797: [GC 64895.797: [ParNew: 467485K->56847K(512000K), 0.4494808 secs] 866794K->456156K(4091904K), 0.4497343 secs] [Times: user=5.69 sys=0.00, real=0.45 secs]
    65434.970: [GC 65434.971: [ParNew: 466447K->58570K(512000K), 0.4445965 secs] 865756K->457878K(4091904K), 0.4448476 secs] [Times: user=5.69 sys=0.00, real=0.44 secs]
    65676.649: [GC 65676.649: [ParNew: 468170K->60754K(512000K), 0.4489431 secs] 867478K->460062K(4091904K), 0.4492043 secs] [Times: user=5.68 sys=0.00, real=0.45 secs]
    66395.454: [GC 66395.454: [ParNew: 470354K->52453K(512000K), 0.4539983 secs] 869662K->456476K(4091904K), 0.4544276 secs] [Times: user=5.51 sys=0.00, real=0.45 secs]
    68244.029: [GC 68244.030: [ParNew: 462053K->45371K(512000K), 0.4094800 secs] 866076K->453703K(4091904K), 0.4097292 secs] [Times: user=4.98 sys=0.00, real=0.41 secs]
    68279.497: [GC 68279.497: [ParNew: 454971K->50623K(512000K), 0.4998648 secs] 863303K->463802K(4091904K), 0.5001083 secs] [Times: user=6.27 sys=0.02, real=0.50 secs]
    68333.895: [GC 68333.895: [ParNew: 460223K->43755K(512000K), 0.4056409 secs] 873402K->461687K(4091904K), 0.4060793 secs] [Times: user=4.94 sys=0.00, real=0.41 secs]
    68496.436: [GC 68496.437: [ParNew: 453355K->37381K(512000K), 0.3302000 secs] 871287K->459936K(4091904K), 0.3305232 secs] [Times: user=4.01 sys=0.00, real=0.33 secs]
    69035.763: [GC 69035.763: [ParNew: 446981K->33939K(512000K), 0.2593712 secs] 869536K->460235K(4091904K), 0.2596214 secs] [Times: user=3.26 sys=0.00, real=0.26 secs]
    69275.773: [GC 69275.773: [ParNew: 443539K->30967K(512000K), 0.1814783 secs] 869835K->461208K(4091904K), 0.1817390 secs] [Times: user=2.04 sys=0.00, real=0.18 secs]
    69995.443: [GC 69995.444: [ParNew: 440567K->27334K(512000K), 0.1169546 secs] 870808K->461505K(4091904K), 0.1172129 secs] [Times: user=1.43 sys=0.00, real=0.12 secs]
    71232.927: [GC 71232.927: [ParNew: 436934K->24225K(512000K), 0.0283750 secs] 871105K->460367K(4091904K), 0.0286348 secs] [Times: user=0.14 sys=0.00, real=0.03 secs]
    72095.340: [GC 72095.341: [ParNew: 433825K->34199K(512000K), 0.0302302 secs] 869967K->470857K(4091904K), 0.0304857 secs] [Times: user=0.20 sys=0.00, real=0.03 secs]
    72635.335: [GC 72635.335: [ParNew: 443799K->36365K(512000K), 0.0319424 secs] 880457K->473137K(4091904K), 0.0321992 secs] [Times: user=0.20 sys=0.00, real=0.03 secs]
    72871.821: [GC 72871.821: [ParNew: 445965K->31839K(512000K), 0.0340256 secs] 882737K->468738K(4091904K), 0.0344208 secs] [Times: user=0.11 sys=0.00, real=0.04 secs]
    73386.395: [GC 73386.395: [ParNew: 441439K->35675K(512000K), 0.0330663 secs] 878338K->473000K(4091904K), 0.0333155 secs] [Times: user=0.11 sys=0.00, real=0.03 secs]
    73390.109: [GC 73390.110: [ParNew: 445275K->37935K(512000K), 0.0190615 secs] 882600K->475366K(4091904K), 0.0192982 secs] [Times: user=0.13 sys=0.00, real=0.02 secs]
    73392.636: [GC 73392.636: [ParNew: 447535K->48188K(512000K), 0.0238565 secs] 884966K->486316K(4091904K), 0.0240572 secs] [Times: user=0.16 sys=0.00, real=0.02 secs]
    73394.966: [GC 73394.966: [ParNew: 457788K->58369K(512000K), 0.0327783 secs] 895916K->496591K(4091904K), 0.0329746 secs] [Times: user=0.20 sys=0.00, real=0.03 secs]
    74355.187: [GC 74355.188: [ParNew: 467968K->52848K(512000K), 0.0474260 secs] 906190K->491313K(4091904K), 0.0477184 secs] [Times: user=0.13 sys=0.00, real=0.05 secs]
    75714.655: [GC 75714.655: [ParNew: 462448K->52664K(512000K), 0.0532509 secs] 900913K->491577K(4091904K), 0.0535860 secs] [Times: user=0.23 sys=0.00, real=0.05 secs]
    76229.060: [GC 76229.060: [ParNew: 462259K->58594K(512000K), 0.0386934 secs] 901172K->497621K(4091904K), 0.0389469 secs] [Times: user=0.42 sys=0.00, real=0.04 secs]
    76477.506: [GC 76477.506: [ParNew: 468194K->56008K(512000K), 0.0325089 secs] 907221K->495757K(4091904K), 0.0327687 secs] [Times: user=0.22 sys=0.00, real=0.03 secs]
    77196.334: [GC 77196.334: [ParNew: 465608K->55319K(512000K), 0.0384466 secs] 905357K->495150K(4091904K), 0.0386973 secs] [Times: user=0.19 sys=0.00, real=0.04 secs]
    79044.115: [GC 79044.116: [ParNew: 464919K->54148K(512000K), 0.0309811 secs] 904750K->494054K(4091904K), 0.0312404 secs] [Times: user=0.22 sys=0.00, real=0.03 secs]
    79753.503: [GC 79753.503: [ParNew: 463748K->56574K(512000K), 0.0375402 secs] 903654K->496550K(4091904K), 0.0377999 secs] [Times: user=0.33 sys=0.00, real=0.04 secs]
    79957.530: [GC 79957.531: [ParNew: 466174K->55673K(512000K), 0.0315290 secs] 906150K->496337K(4091904K), 0.0317748 secs] [Times: user=0.20 sys=0.00, real=0.03 secs]
    80260.541: [GC 80260.541: [ParNew: 465273K->50897K(512000K), 0.0543182 secs] 905937K->493311K(4091904K), 0.0545731 secs] [Times: user=0.23 sys=0.00, real=0.05 secs]
    80923.641: [GC 80923.641: [ParNew: 460497K->58328K(512000K), 0.0346484 secs] 902911K->500834K(4091904K), 0.0348942 secs] [Times: user=0.28 sys=0.00, real=0.04 secs]
    80927.252: [GC 80927.252: [ParNew: 467928K->59419K(512000K), 0.0293281 secs] 910434K->502016K(4091904K), 0.0295249 secs] [Times: user=0.31 sys=0.00, real=0.03 secs]
    80929.674: [GC 80929.674: [ParNew: 469019K->66744K(512000K), 0.0334908 secs] 911616K->509388K(4091904K), 0.0336862 secs] [Times: user=0.30 sys=0.00, real=0.03 secs]
    80932.751: [GC 80932.752: [ParNew: 476344K->72060K(512000K), 0.0387899 secs] 918988K->518290K(4091904K), 0.0389873 secs] [Times: user=0.48 sys=0.00, real=0.04 secs]
    82807.647: [GC 82807.647: [ParNew: 481660K->63117K(512000K), 0.0642674 secs] 927890K->515315K(4091904K), 0.0645521 secs] [Times: user=0.16 sys=0.00, real=0.06 secs]
    83377.222: [GC 83377.222: [ParNew: 472717K->61289K(512000K), 0.0535759 secs] 924915K->518246K(4091904K), 0.0539235 secs] [Times: user=0.39 sys=0.00, real=0.06 secs]
    83618.173: [GC 83618.174: [ParNew: 470889K->62255K(512000K), 0.0341188 secs] 927846K->520175K(4091904K), 0.0343761 secs] [Times: user=0.22 sys=0.00, real=0.03 secs]
    83694.848: [GC 83694.849: [ParNew: 471855K->55487K(512000K), 0.0300026 secs] 929775K->513504K(4091904K), 0.0302398 secs] [Times: user=0.31 sys=0.00, real=0.03 secs]
    83697.480: [GC 83697.480: [ParNew: 465087K->58474K(512000K), 0.0302773 secs] 923104K->516555K(4091904K), 0.0305207 secs] [Times: user=0.31 sys=0.00, real=0.03 secs]
    83700.910: [GC 83700.910: [ParNew: 468074K->62613K(512000K), 0.0269294 secs] 926155K->520723K(4091904K), 0.0271209 secs] [Times: user=0.13 sys=0.00, real=0.03 secs]
    83834.204: [GC 83834.204: [ParNew: 472213K->59885K(512000K), 0.0274296 secs] 930323K->518061K(4091904K), 0.0276731 secs] [Times: user=0.36 sys=0.00, real=0.03 secs]
    84396.228: [GC 84396.228: [ParNew: 469485K->62006K(512000K), 0.0350464 secs] 927661K->520330K(4091904K), 0.0353028 secs] [Times: user=0.20 sys=0.00, real=0.04 secs]
    86244.121: [GC 86244.121: [ParNew: 471606K->60568K(512000K), 0.0351712 secs] 929930K->519097K(4091904K), 0.0354257 secs] [Times: user=0.39 sys=0.00, real=0.04 secs]
    86470.078: [GC 86470.078: [ParNew: 470168K->59055K(512000K), 0.0267589 secs] 928697K->517874K(4091904K), 0.0270119 secs] [Times: user=0.22 sys=0.00, real=0.03 secs]
    86472.726: [GC 86472.726: [ParNew: 468655K->61257K(512000K), 0.0285359 secs] 927474K->520167K(4091904K), 0.0287265 secs] [Times: user=0.20 sys=0.00, real=0.03 secs]
    86708.105: [GC 86708.105: [ParNew: 470857K->55972K(512000K), 0.0518023 secs] 929767K->521733K(4091904K), 0.0520515 secs] [Times: user=0.42 sys=0.02, real=0.05 secs]
    86710.227: [GC 86710.227: [ParNew: 465572K->51017K(512000K), 0.0310911 secs] 931333K->523158K(4091904K), 0.0312798 secs] [Times: user=0.40 sys=0.00, real=0.03 secs]
    87035.161: [GC 87035.161: [ParNew: 460617K->50416K(512000K), 0.0343675 secs] 932758K->525532K(4091904K), 0.0346291 secs] [Times: user=0.20 sys=0.02, real=0.03 secs]
    87252.755: [GC 87252.755: [ParNew: 460016K->51579K(512000K), 0.0510389 secs] 935132K->527997K(4091904K), 0.0513409 secs] [Times: user=0.16 sys=0.00, real=0.05 secs]
    87919.384: [GC 87919.384: [ParNew: 461172K->46331K(512000K), 0.0501526 secs] 937590K->524057K(4091904K), 0.0504445 secs] [Times: user=0.09 sys=0.00, real=0.05 secs]
    88012.436: [GC 88012.437: [ParNew: 455931K->46451K(512000K), 0.0241365 secs] 933657K->524268K(4091904K), 0.0244212 secs] [Times: user=0.30 sys=0.00, real=0.03 secs]
    88304.411: [GC 88304.412: [ParNew: 456051K->45291K(512000K), 0.0352485 secs] 933868K->523240K(4091904K), 0.0356278 secs] [Times: user=0.13 sys=0.00, real=0.04 secs]
    90094.813: [GC 90094.814: [ParNew: 454891K->50046K(512000K), 0.0520481 secs] 932840K->528818K(4091904K), 0.0523084 secs] [Times: user=0.42 sys=0.00, real=0.05 secs]
    90635.015: [GC 90635.015: [ParNew: 459646K->51166K(512000K), 0.0375080 secs] 938418K->531890K(4091904K), 0.0377653 secs] [Times: user=0.23 sys=0.00, real=0.04 secs]
    90875.065: [GC 90875.065: [ParNew: 460766K->48468K(512000K), 0.0303637 secs] 941490K->529772K(4091904K), 0.0306220 secs] [Times: user=0.22 sys=0.00, real=0.03 secs]
    91535.418: [GC 91535.419: [ParNew: 458068K->48786K(512000K), 0.0350152 secs] 939372K->530782K(4091904K), 0.0352759 secs] [Times: user=0.22 sys=0.02, real=0.04 secs]
    93334.864: [GC 93334.864: [ParNew: 458386K->47728K(512000K), 0.0356739 secs] 940382K->530564K(4091904K), 0.0359260 secs] [Times: user=0.16 sys=0.00, real=0.04 secs]
    94117.088: [GC 94117.088: [ParNew: 457328K->48777K(512000K), 0.0359029 secs] 940164K->532100K(4091904K), 0.0361636 secs] [Times: user=0.42 sys=0.00, real=0.04 secs]
    94369.127: [GC 94369.127: [ParNew: 458377K->43953K(512000K), 0.0366140 secs] 941700K->528558K(4091904K), 0.0368680 secs] [Times: user=0.16 sys=0.00, real=0.04 secs]
    94715.461: [GC 94715.461: [ParNew: 453553K->42312K(512000K), 0.0375051 secs] 938158K->529392K(4091904K), 0.0377610 secs] [Times: user=0.22 sys=0.02, real=0.04 secs]
    96143.528: [GC 96143.528: [ParNew: 451912K->41892K(512000K), 0.0318228 secs] 938992K->529470K(4091904K), 0.0320883 secs] [Times: user=0.22 sys=0.00, real=0.03 secs]
    97382.959: [GC 97382.959: [ParNew: 451492K->42181K(512000K), 0.0371633 secs] 939070K->532743K(4091904K), 0.0374168 secs] [Times: user=0.16 sys=0.00, real=0.04 secs]
    97895.018: [GC 97895.018: [ParNew: 451781K->37667K(512000K), 0.0344117 secs] 942343K->530262K(4091904K), 0.0346704 secs] [Times: user=0.22 sys=0.00, real=0.03 secs]
    98077.995: [GC 98077.995: [ParNew: 447267K->40419K(512000K), 0.0281287 secs] 939862K->533188K(4091904K), 0.0283846 secs] [Times: user=0.22 sys=0.00, real=0.03 secs]
    98843.554: [GC 98843.554: [ParNew: 450019K->36176K(512000K), 0.0302619 secs] 942788K->528995K(4091904K), 0.0305178 secs] [Times: user=0.14 sys=0.00, real=0.03 secs]
    100763.894: [GC 100763.894: [ParNew: 445776K->38543K(512000K), 0.0492341 secs] 938595K->533660K(4091904K), 0.0494804 secs] [Times: user=0.14 sys=0.02, real=0.05 secs]
    101375.929: [GC 101375.929: [ParNew: 448143K->23169K(512000K), 0.0533090 secs] 943260K->533250K(4091904K), 0.0535726 secs] [Times: user=0.37 sys=0.03, real=0.05 secs]
    101617.962: [GC 101617.962: [ParNew: 432769K->19499K(512000K), 0.0215423 secs] 942850K->529705K(4091904K), 0.0218059 secs] [Times: user=0.22 sys=0.00, real=0.02 secs]
    102038.879: [GC 102038.879: [ParNew: 429099K->18371K(512000K), 0.0275271 secs] 939305K->528643K(4091904K), 0.0277849 secs] [Times: user=0.11 sys=0.00, real=0.03 secs]
    103416.932: [GC 103416.932: [ParNew: 427971K->17025K(512000K), 0.0336679 secs] 938243K->527355K(4091904K), 0.0339267 secs] [Times: user=0.11 sys=0.00, real=0.03 secs]
    104721.630: [GC 104721.630: [ParNew: 426625K->21217K(512000K), 0.0293660 secs] 936955K->531612K(4091904K), 0.0296786 secs] [Times: user=0.14 sys=0.00, real=0.03 secs]
    105143.669: [GC 105143.670: [ParNew: 430817K->18876K(512000K), 0.0241729 secs] 941212K->529422K(4091904K), 0.0244687 secs] [Times: user=0.16 sys=0.00, real=0.03 secs]
    105334.980: [GC 105334.980: [ParNew: 428476K->20593K(512000K), 0.0231167 secs] 939022K->531211K(4091904K), 0.0233721 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
    106260.002: [GC 106260.002: [ParNew: 430193K->17966K(512000K), 0.0376400 secs] 940811K->528638K(4091904K), 0.0378979 secs] [Times: user=0.05 sys=0.00, real=0.04 secs]
    108036.662: [GC 108036.662: [ParNew: 427566K->23968K(512000K), 0.0256925 secs] 938238K->534687K(4091904K), 0.0259523 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
    108634.709: [GC 108634.709: [ParNew: 433568K->23576K(512000K), 0.0262836 secs] 944287K->534401K(4091904K), 0.0265457 secs] [Times: user=0.01 sys=0.00, real=0.03 secs]
    108874.778: [GC 108874.778: [ParNew: 433176K->21601K(512000K), 0.0227777 secs] 944001K->532671K(4091904K), 0.0230365 secs] [Times: user=0.19 sys=0.00, real=0.02 secs]
    109538.965: [GC 109538.966: [ParNew: 431193K->19752K(512000K), 0.0269961 secs] 942264K->530898K(4091904K), 0.0273864 secs] [Times: user=0.02 sys=0.00, real=0.03 secs]
    111263.615: [GC 111263.615: [ParNew: 429352K->21855K(512000K), 0.0398428 secs] 940498K->533096K(4091904K), 0.0400983 secs] [Times: user=0.05 sys=0.00, real=0.04 secs]
    112115.496: [GC 112115.496: [ParNew: 431455K->21720K(512000K), 0.0259153 secs] 942696K->533099K(4091904K), 0.0261780 secs] [Times: user=0.20 sys=0.00, real=0.03 secs]
    112413.364: [GC 112413.365: [ParNew: 431320K->19830K(512000K), 0.0423241 secs] 942699K->531368K(4091904K), 0.0426453 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
    112655.609: [GC 112655.610: [ParNew: 429430K->22499K(512000K), 0.0221185 secs] 940968K->534160K(4091904K), 0.0223797 secs] [Times: user=0.20 sys=0.00, real=0.02 secs]
    114092.583: [GC 114092.583: [ParNew: 432094K->16211K(512000K), 0.0383506 secs] 943755K->527973K(4091904K), 0.0387232 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
    114796.291: [GC 114796.291: [ParNew: 425811K->28337K(512000K), 0.0401977 secs] 937573K->540618K(4091904K), 0.0404953 secs] [Times: user=0.08 sys=0.00, real=0.04 secs]
    115714.774: [GC 115714.775: [ParNew: 437930K->35096K(512000K), 0.0310805 secs] 950210K->547815K(4091904K), 0.0313379 secs] [Times: user=0.22 sys=0.00, real=0.03 secs]
    115956.960: [GC 115956.960: [ParNew: 444696K->34512K(512000K), 0.0287116 secs] 957415K->547352K(4091904K), 0.0289689 secs] [Times: user=0.17 sys=0.00, real=0.03 secs]
    116242.192: [GC 116242.192: [ParNew: 444112K->35530K(512000K), 0.0431019 secs] 956952K->549051K(4091904K), 0.0435633 secs] [Times: user=0.06 sys=0.00, real=0.04 secs]
    116580.861: [GC 116580.861: [ParNew: 445130K->36285K(512000K), 0.0226644 secs] 958651K->550231K(4091904K), 0.0229193 secs] [Times: user=0.14 sys=0.00, real=0.02 secs]
    116583.431: [GC 116583.431: [ParNew: 445885K->41024K(512000K), 0.0242699 secs] 959831K->555066K(4091904K), 0.0244620 secs] [Times: user=0.25 sys=0.00, real=0.02 secs]
    116585.884: [GC 116585.884: [ParNew: 450624K->51263K(512000K), 0.0265164 secs] 964666K->565423K(4091904K), 0.0267143 secs] [Times: user=0.22 sys=0.00, real=0.03 secs]
    116734.962: [GC 116734.963: [ParNew: 460863K->51632K(512000K), 0.0302297 secs] 975023K->565857K(4091904K), 0.0304799 secs] [Times: user=0.36 sys=0.00, real=0.03 secs]
    118468.292: [GC 118468.292: [ParNew: 461232K->55308K(512000K), 0.0495140 secs] 975457K->569610K(4091904K), 0.0497728 secs] [Times: user=0.11 sys=0.00, real=0.05 secs]
    119315.475: [GC 119315.476: [ParNew: 464908K->56342K(512000K), 0.0365468 secs] 979210K->570704K(4091904K), 0.0368046 secs] [Times: user=0.22 sys=0.00, real=0.04 secs]
    119614.275: [GC 119614.276: [ParNew: 465942K->53868K(512000K), 0.0340530 secs] 980304K->568408K(4091904K), 0.0343113 secs] [Times: user=0.22 sys=0.00, real=0.03 secs]
    119855.176: [GC 119855.176: [ParNew: 463468K->56679K(512000K), 0.0346604 secs] 978008K->571290K(4091904K), 0.0350027 secs] [Times: user=0.36 sys=0.00, real=0.04 secs]
    121231.566: [GC 121231.566: [ParNew: 466276K->55675K(512000K), 0.0440790 secs] 980887K->570335K(4091904K), 0.0444170 secs] [Times: user=0.08 sys=0.00, real=0.05 secs]
    122496.172: [GC 122496.172: [ParNew: 465275K->59904K(512000K), 0.0345312 secs] 979935K->574593K(4091904K), 0.0347905 secs] [Times: user=0.19 sys=0.00, real=0.04 secs]
    123035.316: [GC 123035.316: [ParNew: 469504K->58582K(512000K), 0.0365213 secs] 984193K->573383K(4091904K), 0.0368661 secs] [Times: user=0.22 sys=0.00, real=0.04 secs]
    123276.676: [GC 123276.677: [ParNew: 468182K->55581K(512000K), 0.0354386 secs] 982983K->572438K(4091904K), 0.0357195 secs] [Times: user=0.22 sys=0.00, real=0.04 secs]
    123994.409: [GC 123994.409: [ParNew: 465181K->52792K(512000K), 0.0345610 secs] 982038K->570090K(4091904K), 0.0348639 secs] [Times: user=0.20 sys=0.00, real=0.04 secs]
    124164.347: [GC 124164.348: [ParNew: 462392K->58328K(512000K), 0.0287730 secs] 979690K->575993K(4091904K), 0.0290251 secs] [Times: user=0.37 sys=0.00, real=0.03 secs]
    124167.983: [GC 124167.983: [ParNew: 467928K->56373K(512000K), 0.0252431 secs] 985593K->574118K(4091904K), 0.0254381 secs] [Times: user=0.34 sys=0.00, real=0.02 secs]
    124170.481: [GC 124170.482: [ParNew: 465973K->61168K(512000K), 0.0311785 secs] 983718K->580042K(4091904K), 0.0313739 secs] [Times: user=0.25 sys=0.00, real=0.03 secs]
    126035.238: [GC 126035.238: [ParNew: 470768K->56072K(512000K), 0.0514907 secs] 989642K->580772K(4091904K), 0.0518191 secs] [Times: user=0.40 sys=0.00, real=0.05 secs]
    126577.173: [GC 126577.173: [ParNew: 465672K->50123K(512000K), 0.0460696 secs] 990372K->581096K(4091904K), 0.0463265 secs] [Times: user=0.31 sys=0.00, real=0.05 secs]
    126863.704: [GC 126863.704: [ParNew: 459723K->48713K(512000K), 0.0512809 secs] 990696K->582385K(4091904K), 0.0515834 secs] [Times: user=0.16 sys=0.00, real=0.05 secs]
    126952.247: [GC 126952.247: [ParNew: 458313K->52794K(512000K), 0.0381989 secs] 991985K->587014K(4091904K), 0.0384385 secs] [Times: user=0.22 sys=0.00, real=0.04 secs]
    126955.763: [GC 126955.763: [ParNew: 462394K->55344K(512000K), 0.0248163 secs] 996614K->589683K(4091904K), 0.0250146 secs] [Times: user=0.33 sys=0.00, real=0.02 secs]
    126958.723: [GC 126958.724: [ParNew: 464944K->62916K(512000K), 0.0336449 secs] 999283K->597372K(4091904K), 0.0338446 secs] [Times: user=0.22 sys=0.00, real=0.03 secs]
    126995.079: [GC 126995.079: [ParNew: 472516K->57891K(512000K), 0.0263081 secs] 1006972K->592409K(4091904K), 0.0265284 secs] [Times: user=0.17 sys=0.00, real=0.03 secs]
    127594.085: [GC 127594.085: [ParNew: 467491K->58482K(512000K), 0.0325454 secs] 1002009K->593144K(4091904K), 0.0328018 secs] [Times: user=0.22 sys=0.00, real=0.03 secs]
    129285.767: [GC 129285.767: [ParNew: 468082K->60736K(512000K), 0.0543187 secs] 1002744K->595574K(4091904K), 0.0546860 secs] [Times: user=0.19 sys=0.00, real=0.06 secs]
    129731.379: [GC 129731.379: [ParNew: 470336K->65348K(512000K), 0.0339541 secs] 1005174K->600340K(4091904K), 0.0342100 secs] [Times: user=0.14 sys=0.00, real=0.03 secs]
    129734.071: [GC 129734.071: [ParNew: 474948K->64697K(512000K), 0.0287116 secs] 1009940K->599782K(4091904K), 0.0289056 secs] [Times: user=0.25 sys=0.00, real=0.03 secs]
    129737.795: [GC 129737.795: [ParNew: 474297K->66969K(512000K), 0.0295288 secs] 1009382K->602156K(4091904K), 0.0297309 secs] [Times: user=0.25 sys=0.00, real=0.03 secs]
    129963.140: [GC 129963.140: [ParNew: 476569K->65210K(512000K), 0.0344904 secs] 1011756K->600419K(4091904K), 0.0347482 secs] [Times: user=0.23 sys=0.00, real=0.03 secs]
    130003.107: [GC 130003.108: [ParNew: 474810K->62651K(512000K), 0.0369842 secs] 1010019K->600582K(4091904K), 0.0372026 secs] [Times: user=0.42 sys=0.02, real=0.04 secs]
    130295.661: [GC 130295.662: [ParNew: 472251K->63777K(512000K), 0.0415708 secs] 1010182K->604896K(4091904K), 0.0418301 secs] [Times: user=0.33 sys=0.00, real=0.04 secs]
    130495.432: [GC 130495.432: [ParNew: 473286K->65376K(512000K), 0.0371248 secs] 1014405K->606957K(4091904K), 0.0373803 secs] [Times: user=0.33 sys=0.00, real=0.04 secs]
    131207.362: [GC 131207.363: [ParNew: 474976K->65773K(512000K), 0.0445841 secs] 1016557K->607430K(4091904K), 0.0448443 secs] [Times: user=0.23 sys=0.00, real=0.04 secs]
    131211.698: [GC 131211.698: [ParNew: 475373K->64562K(512000K), 0.0286266 secs] 1017030K->606348K(4091904K), 0.0289008 secs] [Times: user=0.33 sys=0.00, real=0.03 secs]
    131849.676: [GC 131849.676: [ParNew: 474162K->57633K(512000K), 0.0778617 secs] 1015948K->611123K(4091904K), 0.0781608 secs] [Times: user=0.27 sys=0.02, real=0.08 secs]
    133296.202: [GC 133296.202: [ParNew: 467233K->58491K(512000K), 0.0427932 secs] 1020723K->613878K(4091904K), 0.0431048 secs] [Times: user=0.31 sys=0.00, real=0.04 secs]
    133837.845: [GC 133837.845: [ParNew: 468091K->59219K(512000K), 0.0402514 secs] 1023478K->616557K(4091904K), 0.0405102 secs] [Times: user=0.37 sys=0.00, real=0.04 secs]
    134077.246: [GC 134077.246: [ParNew: 468819K->55307K(512000K), 0.0332536 secs] 1026157K->612771K(4091904K), 0.0335138 secs] [Times: user=0.20 sys=0.00, real=0.03 secs]
    134795.254: [GC 134795.254: [ParNew: 464907K->53288K(512000K), 0.0358477 secs] 1022371K->611462K(4091904K), 0.0361099 secs] [Times: user=0.22 sys=0.02, real=0.04 secs]
    136642.971: [GC 136642.971: [ParNew: 462888K->52843K(512000K), 0.0329986 secs] 1021062K->612142K(4091904K), 0.0332641 secs] [Times: user=0.23 sys=0.00, real=0.03 secs]
    137357.180: [GC 137357.180: [ParNew: 462443K->52013K(512000K), 0.0571447 secs] 1021742K->611535K(4091904K), 0.0575922 secs] [Times: user=0.13 sys=0.00, real=0.06 secs]
    137616.244: [GC 137616.244: [ParNew: 461613K->52270K(512000K), 0.0357142 secs] 1021135K->614473K(4091904K), 0.0359701 secs] [Times: user=0.22 sys=0.00, real=0.04 secs]
    138006.584: [GC 138006.584: [ParNew: 461870K->49597K(512000K), 0.0503653 secs] 1024073K->612460K(4091904K), 0.0506673 secs] [Times: user=0.16 sys=0.00, real=0.05 secs]
    139342.946: [GC 139342.946: [ParNew: 459197K->46692K(512000K), 0.0404070 secs] 1022060K->613073K(4091904K), 0.0406720 secs] [Times: user=0.27 sys=0.00, real=0.04 secs]
    140615.906: [GC 140615.906: [ParNew: 456292K->43399K(512000K), 0.0398500 secs] 1022673K->614255K(4091904K), 0.0401160 secs] [Times: user=0.34 sys=0.00, real=0.04 secs]
    141142.629: [GC 141142.629: [ParNew: 452999K->42823K(512000K), 0.0358170 secs] 1023855K->614857K(4091904K), 0.0360748 secs] [Times: user=0.14 sys=0.00, real=0.04 secs]
    141333.920: [GC 141333.920: [ParNew: 452423K->45830K(512000K), 0.0311612 secs] 1024457K->617958K(4091904K), 0.0314257 secs] [Times: user=0.30 sys=0.00, real=0.03 secs]
    142044.980: [GC 142044.980: [ParNew: 455430K->39898K(512000K), 0.0472771 secs] 1027558K->612102K(4091904K), 0.0476022 secs] [Times: user=0.14 sys=0.00, real=0.05 secs]
    144034.951: [GC 144034.951: [ParNew: 449498K->37684K(512000K), 0.0409827 secs] 1021702K->616012K(4091904K), 0.0412338 secs] [Times: user=0.17 sys=0.02, real=0.04 secs]
    144577.066: [GC 144577.066: [ParNew: 447284K->25173K(512000K), 0.0495803 secs] 1025612K->617530K(4091904K), 0.0498448 secs] [Times: user=0.41 sys=0.02, real=0.05 secs]
    144817.613: [GC 144817.614: [ParNew: 434773K->19915K(512000K), 0.0215563 secs] 1027130K->612370K(4091904K), 0.0218184 secs] [Times: user=0.20 sys=0.00, real=0.02 secs]
    145294.201: [GC 145294.202: [ParNew: 429515K->24036K(512000K), 0.0232180 secs] 1021970K->616556K(4091904K), 0.0234652 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
    146793.448: [GC 146793.448: [ParNew: 433636K->18472K(512000K), 0.0216345 secs] 1026156K->611098K(4091904K), 0.0218832 secs] [Times: user=0.01 sys=0.00, real=0.02 secs]
    147443.494: [GC 147443.494: [ParNew: 428072K->43192K(512000K), 0.0346959 secs] 1020698K->635890K(4091904K), 0.0349705 secs] [Times: user=0.31 sys=0.00, real=0.03 secs]
    147445.082: [GC 147445.083: [ParNew: 452792K->57344K(512000K), 0.0888235 secs] 1045490K->650180K(4091904K), 0.0890136 secs] [Times: user=0.95 sys=0.00, real=0.09 secs]
    147446.803: [GC 147446.803: [ParNew: 466944K->93184K(512000K), 0.1095525 secs] 1059780K->686115K(4091904K), 0.1097796 secs] [Times: user=1.36 sys=0.00, real=0.11 secs]
    147448.566: [GC 147448.566: [ParNew: 502784K->102400K(512000K), 0.1849305 secs] 1095715K->711755K(4091904K), 0.1851220 secs] [Times: user=2.09 sys=0.03, real=0.18 secs]
    147450.240: [GC 147450.241: [ParNew: 512000K->69632K(512000K), 0.1632902 secs] 1121355K->693737K(4091904K), 0.1634947 secs] [Times: user=1.59 sys=0.05, real=0.16 secs]
    147451.799: [GC 147451.799: [ParNew: 479232K->102400K(512000K), 0.0859941 secs] 1103337K->726507K(4091904K), 0.0861876 secs] [Times: user=1.12 sys=0.00, real=0.09 secs]
    147459.474: [GC 147459.474: [ParNew: 512000K->102400K(512000K), 0.1182610 secs] 1136107K->737889K(4091904K), 0.1184828 secs] [Times: user=1.42 sys=0.01, real=0.12 secs]
    147461.627: [GC 147461.627: [ParNew: 512000K->47105K(512000K), 0.1865941 secs] 1147489K->724810K(4091904K), 0.1867991 secs] [Times: user=1.89 sys=0.09, real=0.19 secs]
    147464.049: [GC 147464.050: [ParNew: 456705K->69655K(512000K), 0.0616910 secs] 1134410K->747359K(4091904K), 0.0618941 secs] [Times: user=0.78 sys=0.00, real=0.06 secs]
    147695.386: [GC 147695.386: [ParNew: 479255K->68491K(512000K), 0.1180272 secs] 1156959K->746195K(4091904K), 0.1182898 secs] [Times: user=1.25 sys=0.00, real=0.12 secs]
    148235.165: [GC 148235.165: [ParNew: 478091K->37279K(512000K), 0.1886135 secs] 1155795K->714984K(4091904K), 0.1888867 secs] [Times: user=1.87 sys=0.00, real=0.19 secs]
    148476.093: [GC 148476.094: [ParNew: 446879K->37130K(512000K), 0.1614239 secs] 1124584K->714834K(4091904K), 0.1617739 secs] [Times: user=2.04 sys=0.00, real=0.16 secs]
    149193.996: [GC 149193.997: [ParNew: 446730K->36625K(512000K), 0.1582719 secs] 1124434K->714330K(4091904K), 0.1585321 secs] [Times: user=1.84 sys=0.00, real=0.16 secs]
    151042.483: [GC 151042.484: [ParNew: 446225K->40240K(512000K), 0.1391134 secs] 1123930K->717944K(4091904K), 0.1393770 secs] [Times: user=1.53 sys=0.00, real=0.14 secs]
    151717.256: [GC 151717.257: [ParNew: 449840K->39188K(512000K), 0.1544640 secs] 1127544K->716892K(4091904K), 0.1548169 secs] [Times: user=1.84 sys=0.00, real=0.16 secs]
    152015.354: [GC 152015.354: [ParNew: 448788K->38590K(512000K), 0.1536219 secs] 1126492K->716295K(4091904K), 0.1538941 secs] [Times: user=1.84 sys=0.00, real=0.15 secs]
    152372.277: [GC 152372.277: [ParNew: 448190K->38491K(512000K), 0.1324569 secs] 1125895K->716195K(4091904K), 0.1327176 secs] [Times: user=1.42 sys=0.00, real=0.13 secs]
    153742.504: [GC 153742.504: [ParNew: 448091K->40369K(512000K), 0.1213564 secs] 1125795K->718073K(4091904K), 0.1216180 secs] [Times: user=1.31 sys=0.00, real=0.12 secs]
    154670.568: [GC 154670.568: [ParNew: 449969K->44676K(512000K), 0.1243413 secs] 1127673K->722380K(4091904K), 0.1246092 secs] [Times: user=1.36 sys=0.00, real=0.13 secs]
    154734.066: [GC 154734.066: [ParNew: 454276K->43774K(512000K), 0.1465069 secs] 1131980K->721479K(4091904K), 0.1468689 secs] [Times: user=1.64 sys=0.00, real=0.15 secs]
    154782.329: [GC 154782.329: [ParNew: 453374K->44145K(512000K), 0.1622065 secs] 1131079K->726652K(4091904K), 0.1624591 secs] [Times: user=1.93 sys=0.00, real=0.16 secs]
    155321.070: [GC 155321.070: [ParNew: 453727K->35049K(512000K), 0.1743072 secs] 1136234K->721650K(4091904K), 0.1745554 secs] [Times: user=2.03 sys=0.02, real=0.17 secs]
    155616.065: [GC 155616.065: [ParNew: 444649K->29499K(512000K), 0.2102615 secs] 1131250K->719998K(4091904K), 0.2105183 secs] [Times: user=2.45 sys=0.00, real=0.21 secs]
    155982.706: [GC 155982.706: [ParNew: 439099K->26202K(512000K), 0.1488734 secs] 1129597K->720576K(4091904K), 0.1491322 secs] [Times: user=1.61 sys=0.00, real=0.15 secs]
    157342.722: [GC 157342.722: [ParNew: 435802K->21204K(512000K), 0.0648728 secs] 1130176K->718607K(4091904K), 0.0651369 secs] [Times: user=0.50 sys=0.00, real=0.07 secs]
    158206.259: [GC 158206.260: [ParNew: 430804K->24876K(512000K), 0.0387755 secs] 1128207K->722431K(4091904K), 0.0390794 secs] [Times: user=0.14 sys=0.00, real=0.04 secs]
    158916.733: [GC 158916.733: [ParNew: 434476K->35032K(512000K), 0.0347257 secs] 1132031K->733272K(4091904K), 0.0349902 secs] [Times: user=0.22 sys=0.00, real=0.04 secs]
    159196.537: [GC 159196.537: [ParNew: 444632K->34059K(512000K), 0.0395389 secs] 1142872K->732374K(4091904K), 0.0397992 secs] [Times: user=0.11 sys=0.00, real=0.04 secs]
    159453.706: [GC 159453.706: [ParNew: 443659K->37344K(512000K), 0.0284446 secs] 1141974K->735948K(4091904K), 0.0287073 secs] [Times: user=0.22 sys=0.00, real=0.03 secs]
    159773.265: [GC 159773.266: [ParNew: 446944K->37602K(512000K), 0.0249824 secs] 1145548K->736299K(4091904K), 0.0252388 secs] [Times: user=0.16 sys=0.00, real=0.03 secs]
    159775.812: [GC 159775.812: [ParNew: 447202K->46147K(512000K), 0.0282876 secs] 1145899K->745050K(4091904K), 0.0284816 secs] [Times: user=0.39 sys=0.00, real=0.03 secs]
    159778.313: [GC 159778.314: [ParNew: 455747K->49219K(512000K), 0.0219327 secs] 1154650K->748162K(4091904K), 0.0221362 secs] [Times: user=0.36 sys=0.00, real=0.02 secs]
    159780.691: [GC 159780.691: [ParNew: 458819K->53184K(512000K), 0.0228531 secs] 1157762K->752236K(4091904K), 0.0230494 secs] [Times: user=0.20 sys=0.00, real=0.02 secs]
    159783.892: [GC 159783.892: [ParNew: 462784K->58452K(512000K), 0.0238032 secs] 1161836K->757642K(4091904K), 0.0239991 secs] [Times: user=0.20 sys=0.00, real=0.02 secs]
    159787.286: [GC 159787.287: [ParNew: 468052K->54342K(512000K), 0.0227258 secs] 1167242K->753632K(4091904K), 0.0229237 secs] [Times: user=0.27 sys=0.00, real=0.02 secs]
    159994.747: [GC 159994.747: [ParNew: 463942K->47316K(512000K), 0.0239098 secs] 1163232K->746700K(4091904K), 0.0241696 secs] [Times: user=0.41 sys=0.00, real=0.02 secs]
    161842.416: [GC 161842.416: [ParNew: 456916K->48183K(512000K), 0.0332930 secs] 1156300K->748297K(4091904K), 0.0335561 secs] [Times: user=0.30 sys=0.00, real=0.03 secs]
    162571.099: [GC 162571.099: [ParNew: 457783K->49700K(512000K), 0.0362160 secs] 1157897K->749869K(4091904K), 0.0364757 secs] [Times: user=0.41 sys=0.00, real=0.04 secs]
    162816.607: [GC 162816.608: [ParNew: 459300K->47866K(512000K), 0.0329497 secs] 1159469K->748073K(4091904K), 0.0332109 secs] [Times: user=0.22 sys=0.00, real=0.03 secs]
    163225.538: [GC 163225.538: [ParNew: 457466K->48669K(512000K), 0.0360489 secs] 1157673K->748998K(4091904K), 0.0363562 secs] [Times: user=0.33 sys=0.00, real=0.04 secs]
    164571.844: [GC 164571.844: [ParNew: 458269K->44179K(512000K), 0.0432095 secs] 1158598K->747987K(4091904K), 0.0434764 secs] [Times: user=0.30 sys=0.00, real=

  • OSX 10.9 Mavericks is there any way to hide servers which always appear in finder after login (hide login items doesn't work as stardered)

    hi all my boss has just got himself a nice new mac and wants to connect it on to my windows domain at work, no problems there it’s all connect fine, one thing we done was to map a few of our network drives on our domain so he can easily load them to his mac, works great when it’s on the domain however when he goes home and logs in for each mapped drive it throws up a window saying it can’t connect or when it is connect opens up every drive, even after disabling them at login, now on the apple website the text reads "if you don’t want an item's window to be visible after login, select hide. (Hide does not apply to servers, which always appear in the finder after login), does anyone know any work around that can maybe solve this or point me in the direction where I can find one.
    Cheers
    Gordon
    Network Admin
    BPDZenith

    hi all my boss has just got himself a nice new mac and wants to connect it on to my windows domain at work, no problems there it’s all connect fine, one thing we done was to map a few of our network drives on our domain so he can easily load them to his mac, works great when it’s on the domain however when he goes home and logs in for each mapped drive it throws up a window saying it can’t connect or when it is connect opens up every drive, even after disabling them at login, now on the apple website the text reads "if you don’t want an item's window to be visible after login, select hide. (Hide does not apply to servers, which always appear in the finder after login), does anyone know any work around that can maybe solve this or point me in the direction where I can find one.
    Cheers
    Gordon
    Network Admin
    BPDZenith

  • Webcache load balancing - Login issue

    Hi,
    We have configured load balancing between two managed server using web cache. The load balancing is working fine. But the problem is, after login to our application deployed on both managed servers, if we stop the managed server currently processing the request and start second managed server then the current session is not applicable for second managed server. We are logged out of the application for any further request. Even if the second managed server is already running, we are logged out. The session binding has been configured to JSESSIONID and cookie based. Please let us know how we can make the same session applicable for another server as well so that users are not logged out if the server processing the request goes down. This sounds like configuring some failover settings but i am not able to find it out.
    Thanks

    Does your application require session binding?
    You may want to contact Oracle Support to review your configuration setttings.

  • Issues loading the login site of my ISP

    When I first power on my modem, I must log into the ISPs page before I can surf the net. This has worked fine for me up until about 2 months ago. Since then, when I get redirected to the login page, it either fails to load, or takes an age to do so (3-5mins).
    This happened around the time 3.6.2 was released, but I'm unsure if it was exactly after I upgraded.
    Firefox on the mac, and PC, on multiple machines exhibit the issue. Running Safari, Chrome or IE, the page loads instantly. Once logged in I can use Firefox without an issue, even loading the login page again should I choose, it loads the page instantly.
    Finally the ISP came back to me, requesting me to disable the validation of certificates (under tools, options, advanced, validation, uncheck all), and re-enabling it after I've logged in.
    This does appear to resolve the issue, but I'm wondering why this is the case, and why only Firefox is affected.
    It's a right PITA to have to launch another browser to log in, then switch back to FF. It's even worse having to disable the validation check and re-enable it afterwards.
    Any ideas what could be causing this behaviour?
    == URL of affected sites ==
    https://broadband.mobileone.net.sg/login/

    * "Clear the Cache": Firefox > Preferences > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites causing problems: Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • SAP BPC 10.0 Web Client Blank Screen after login

    Hi ALL,
    We are using SAP BPC 10.0 Web Client with Adobe Flash Player 13.0.0.214 with IE 9.0 on Windows 7.0.
    We face strange error where on only on certain PC, the BPC web client working.. On other getting Blank/Blank Screen after login (with "movie not loaded" on the adobe flash player).. Both PCs are having the same setting.
    Even one of PC which previously working, starting this week suddenly getting the same error.. I have created OSS message and got feedback with also share this problem on this forum.
    I have done several actions as mentioned on several SAP notes )1624267, 1664889, 1681147, 1694871, 1752971, 1798336, 1804221, 1806371, 1811218, 1820505, 1918631, 1968584), but still no luck..
    If you have the same issue, kindly share..
    Thanks and regards,
    Hery

    Yes .. Compatibility View also checked.. in several PCs, it is working well. both failed and working PCs have the same setting.
    Just found another weird: in one working PC, 2 different windows local-admin users login to the same PC for BPC-web and getting different result (1 Ok ; 1 failed) ..seems it is related with the user profile and login-domain servers (we have multiple login-domain servers with load balancing mechanism).
    Thanks and regards,
    Hery

Maybe you are looking for

  • How do I keep the photos that I upload from a folder on my computer in the same order on my ipad?

    I have a folder that my iPad sync's with, however when I open up the photos folder on my iPad, the pictures are in a different order than in my folder from the computer? (I don't have a Mac fyi)  Is there a way to simply organize them by date taken,

  • Insufficient privileges on second site in Muse

    Hi I pay the full subscription for Adobe creative cloud but I still get this error. Please, can someone point me in the right direction to set up a second site for me. I also want to point a domain to this going live. I have it reg with enom. Have yo

  • Patchset applied but results in err: (XML Pages not being generated)"

    My current Oracle release was 8.1.7.0 Enterprise on Windows 2000. I applied a patchset(2376472) of 8.1.7.4. Now when I try to open XML pages it gives err "java.lang.NullPointerException". I am sending the err desc gen in the xml log: [Microsoft][ODBC

  • Cant load some web pages

    For some reason I recently became unable to access certain web pages that I used to be ale to get into. One is my credit union's home page and the other is fox news' home page. In both Safari and Internet Explorer the page hangs up when loading at th

  • The library "Aperture Library" is open in (null)

    When I try and load Aperture I get the msg to repair the database. When I try to do this I get the message "The library "Aperture Library" is open in (null). To open this library in Aperture you must quit (null). I have tried the advice given in anot