Skip to content

Instantly share code, notes, and snippets.

@EQLucky
Created March 22, 2020 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EQLucky/3ce0ce5aa0c0b5230fec477aa26236c8 to your computer and use it in GitHub Desktop.
Save EQLucky/3ce0ce5aa0c0b5230fec477aa26236c8 to your computer and use it in GitHub Desktop.
----------------------------------------------------------------------------------------------------------
cat /etc/KaOS-release
----------------------------------------------------------------------------------------------------------
KAOS_20200225
----------------------------------------------------------------------------------------------------------
inxi -Fxz
----------------------------------------------------------------------------------------------------------
System: Host: <HOSTNAME> Kernel: 5.5.6-1 x86_64 bits: 64 compiler: gcc v: 9.2.0
Desktop: KDE Plasma 5.18.3 Distro: KaOS 2020
Machine: Type: Virtualbox System: innotek product: VirtualBox v: 1.2 serial: <filter>
Mobo: Oracle model: VirtualBox v: 1.2 serial: <filter> BIOS: innotek v: VirtualBox
date: 12/01/2006
CPU: Topology: Quad Core model: AMD Ryzen 5 2600X bits: 64 type: MCP arch: Zen+ rev: 2
L2 cache: 2048 KiB
flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 bogomips: 28746
Speed: 3593 MHz min/max: N/A Core speeds (MHz): 1: 3593 2: 3593 3: 3593 4: 3593
Graphics: Device-1: VMware SVGA II Adapter driver: vmwgfx v: 2.16.0.0 bus ID: 00:02.0
Display: x11 server: X.Org 1.20.7 driver: vmware unloaded: modesetting,vesa
resolution: 2560x1345~60Hz
OpenGL: renderer: llvmpipe (LLVM 9.0.1 128 bits) v: 3.3 Mesa 20.0.2 direct render: Yes
Audio: Device-1: Intel 82801AA AC97 Audio vendor: Dell driver: snd_intel8x0 v: kernel
bus ID: 00:05.0
Sound Server: ALSA v: k5.5.6-1
Network: Device-1: Intel 82540EM Gigabit Ethernet driver: e1000 v: 7.3.21-k8-NAPI port: d020
bus ID: 00:03.0
IF: enp0s3 state: up speed: 1000 Mbps duplex: full mac: <filter>
Device-2: Intel 82371AB/EB/MB PIIX4 ACPI type: network bridge driver: piix4_smbus
v: N/A port: d200 bus ID: 00:07.0
Drives: Local Storage: total: 40.00 GiB used: 9.52 GiB (23.8%)
ID-1: /dev/sda vendor: VirtualBox model: VBOX HARDDISK size: 40.00 GiB
Partition: ID-1: / size: 39.97 GiB used: 9.52 GiB (23.8%) fs: xfs dev: /dev/sda1
Sensors: Message: No sensors data was found. Is sensors configured?
Info: Processes: 175 Uptime: 2m Memory: 3.85 GiB used: 964.5 MiB (24.5%) Init: systemd
runlevel: 5 Compilers: gcc: 9.3.0 Client: Unknown Client: octopi inxi: 3.0.37
----------------------------------------------------------------------------------------------------------
journalctl -b -p err
----------------------------------------------------------------------------------------------------------
-- Logs begin at Sat 2020-03-07 00:20:23 CET, end at Sun 2020-03-22 21:48:31 CET. --
mar 22 15:57:09 <HOSTNAME> kernel: [drm:vmw_host_log [vmwgfx]] *ERROR* Failed to send host log message.
mar 22 15:57:09 <HOSTNAME> kernel: [drm:vmw_host_log [vmwgfx]] *ERROR* Failed to send host log message.
mar 22 21:47:17 <HOSTNAME> pulseaudio[869]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
mar 22 21:47:53 <HOSTNAME> pulseaudio[869]: [alsa-sink-Intel ICH] alsa-sink.c: ALSA woke us up to write new data to the device, but there was actually nothing to write.
mar 22 21:47:53 <HOSTNAME> pulseaudio[869]: [alsa-sink-Intel ICH] alsa-sink.c: Most likely this is a bug in the ALSA driver 'snd_intel8x0'. Please report this issue to the ALSA developers.
mar 22 21:47:53 <HOSTNAME> pulseaudio[869]: [alsa-sink-Intel ICH] alsa-sink.c: We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail.
----------------------------------------------------------------------------------------------------------
cat /etc/pacman.conf
----------------------------------------------------------------------------------------------------------
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
#DBPath = /var/lib/pacman/
#CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
#HookDir = /etc/pacman.d/hooks/
HoldPkg = pacman glibc
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#CleanMethod = KeepInstalled
Architecture = auto
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
#IgnoreGroup =
#NoUpgrade =
#NoExtract =
# Misc options (all disabled by default)
#UseSyslog
#ShowSize
Color
#TotalDownload
CheckSpace
VerbosePkgLists
ILoveCandy
# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel = Never
LocalFileSigLevel = Never
#RemoteFileSigLevel = Required
#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# - URLs will have $repo replaced by the name of the current repo
# - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#
[build]
Include = /etc/pacman.d/mirrorlist
[core]
Include = /etc/pacman.d/mirrorlist
[main]
Include = /etc/pacman.d/mirrorlist
[apps]
Include = /etc/pacman.d/mirrorlist
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs
----------------------------------------------------------------------------------------------------------
pacman -Qm
----------------------------------------------------------------------------------------------------------
keneric 0.3-2
qimageblitz 0.0.6.1-2
----------------------------------------------------------------------------------------------------------
cat /var/log/pacman.log
----------------------------------------------------------------------------------------------------------
[2020-02-29T02:05:05+0100] [PACMAN] Running 'pacman -R --noconfirm xf86-video-intel'
[2020-02-29T02:05:05+0100] [PACMAN] Running 'pacman -R --noconfirm xf86-video-nouveau'
[2020-02-29T02:05:05+0100] [PACMAN] Running 'pacman -R --noconfirm xf86-video-amdgpu'
[2020-02-29T02:05:05+0100] [ALPM] transaction started
[2020-02-29T02:05:05+0100] [ALPM] removed xf86-video-amdgpu (19.1.0-1)
[2020-02-29T02:05:05+0100] [ALPM] transaction completed
[2020-02-29T02:05:05+0100] [PACMAN] Running 'pacman -R --noconfirm xf86-video-ati'
[2020-02-29T02:05:05+0100] [ALPM] transaction started
[2020-02-29T02:05:05+0100] [ALPM] removed xf86-video-ati (19.1.0-1)
[2020-02-29T02:05:05+0100] [ALPM] transaction completed
[2020-02-29T02:05:05+0100] [PACMAN] Running 'pacman -Rncs --noconfirm xf86-input-wacom'
[2020-02-29T02:05:05+0100] [ALPM] transaction started
[2020-02-29T02:05:09+0100] [ALPM] removed wacomtablet (3.2.0-1)
[2020-02-29T02:05:09+0100] [ALPM] removed xf86-input-wacom (0.39.0-1)
[2020-02-29T02:05:09+0100] [ALPM] transaction completed
[2020-02-29T02:05:09+0100] [ALPM] running 'update-desktop-database.hook'...
[2020-02-29T02:05:09+0100] [PACMAN] Running 'pacman -Rns --noconfirm calamares calamares-debug console-setup'
[2020-02-29T02:05:09+0100] [ALPM] transaction started
[2020-02-29T02:05:09+0100] [ALPM] removed console-setup (1.193-1)
[2020-02-29T02:05:09+0100] [ALPM] removed calamares-debug (3.2.19-5)
[2020-02-29T02:05:09+0100] [ALPM] removed calamares (3.2.19-5)
[2020-02-29T02:05:09+0100] [ALPM] removed yaml-cpp (0.6.3-1)
[2020-02-29T02:05:09+0100] [ALPM] transaction completed
[2020-02-29T02:05:09+0100] [ALPM] running 'update-desktop-database.hook'...
[2020-02-29T02:05:09+0100] [PACMAN] Running 'pacman -Rns --noconfirm welcome'
[2020-02-29T02:05:09+0100] [ALPM] transaction started
[2020-02-29T02:05:09+0100] [ALPM] removed welcome (7.1-1)
[2020-02-29T02:05:09+0100] [ALPM] transaction completed
[2020-02-29T02:05:09+0100] [ALPM] running 'update-desktop-database.hook'...
[2020-02-29T02:05:09+0100] [PACMAN] Running 'pacman -Rns --noconfirm hardware-detection'
[2020-02-29T02:05:09+0100] [ALPM] transaction started
[2020-02-29T02:05:09+0100] [ALPM] removed hardware-detection (20191229-1)
[2020-02-29T02:05:09+0100] [ALPM] removed khd-nvidia-390xx (390.132-5)
[2020-02-29T02:05:09+0100] [ALPM] removed khd-nvidia-340xx (340.108-4)
[2020-02-29T02:05:09+0100] [ALPM] removed khd-nvidia (1:440.59-3)
[2020-02-29T02:05:09+0100] [ALPM] transaction completed
[2020-02-29T02:05:09+0100] [PACMAN] Running 'pacman -R --noconfirm init-live'
[2020-02-29T02:05:09+0100] [ALPM] transaction started
[2020-02-29T02:05:09+0100] [ALPM-SCRIPTLET] Disabling systemd service
[2020-02-29T02:05:10+0100] [ALPM-SCRIPTLET] Removed /etc/systemd/system/multi-user.target.wants/live.service.
[2020-02-29T02:05:10+0100] [ALPM] removed init-live (2017.03-2)
[2020-02-29T02:05:10+0100] [ALPM] transaction completed
[2020-02-29T02:05:10+0100] [PACMAN] Running 'pacman -Rns --noconfirm efibootmgr'
[2020-02-29T02:05:10+0100] [ALPM] transaction started
[2020-02-29T02:05:10+0100] [ALPM] removed efibootmgr (16-2)
[2020-02-29T02:05:10+0100] [ALPM] removed efivar (37-1)
[2020-02-29T02:05:10+0100] [ALPM] transaction completed
[2020-02-29T02:05:10+0100] [PACMAN] Running 'pacman -Rns --noconfirm libreoffice'
[2020-02-29T02:05:10+0100] [ALPM] running 'texinfo-remove.hook'...
[2020-02-29T02:05:10+0100] [ALPM] transaction started
[2020-02-29T02:05:11+0100] [ALPM] removed libreoffice (6.4.0.3-1)
[2020-02-29T02:05:11+0100] [ALPM] removed vigra (1.11.1-12)
[2020-02-29T02:05:12+0100] [ALPM] removed hdf5 (1.10.6-1)
[2020-02-29T02:05:12+0100] [ALPM] removed translate-toolkit (2.5.0-1)
[2020-02-29T02:05:12+0100] [ALPM] removed redland (1.0.17-7)
[2020-02-29T02:05:12+0100] [ALPM] removed rasqal (0.9.33-3)
[2020-02-29T02:05:12+0100] [ALPM] removed raptor (2.0.15-10)
[2020-02-29T02:05:12+0100] [ALPM] removed python3-lxml (4.5.0-1)
[2020-02-29T02:05:12+0100] [ALPM] removed python3-cython (0.29.14-1)
[2020-02-29T02:05:12+0100] [ALPM] removed pstoedit (3.75-1)
[2020-02-29T02:05:12+0100] [ALPM] removed plotutils (2.6-6)
[2020-02-29T02:05:14+0100] [ALPM] removed postgresql-libs (1:12.2-1)
[2020-02-29T02:05:14+0100] [ALPM] removed lpsolve (5.5.2.5-1)
[2020-02-29T02:05:15+0100] [ALPM] removed libwps (0.4.10-1)
[2020-02-29T02:05:15+0100] [ALPM] removed libvisio (0.1.7-2)
[2020-02-29T02:05:15+0100] [ALPM] removed libodfgen (0.1.7-1)
[2020-02-29T02:05:15+0100] [ALPM] removed libnumbertext (1.0.5-3)
[2020-02-29T02:05:15+0100] [ALPM] removed libmythes (1.2.4-6)
[2020-02-29T02:05:15+0100] [ALPM] removed libetonyek (0.1.9-4)
[2020-02-29T02:05:15+0100] [ALPM] removed liblangtag (0.6.3-1)
[2020-02-29T02:05:15+0100] [ALPM] removed libabw (0.1.3-1)
[2020-02-29T02:05:15+0100] [ALPM] removed libgsf (1.14.46-1)
[2020-02-29T02:05:15+0100] [ALPM] removed libwpg (0.3.3-1)
[2020-02-29T02:05:15+0100] [ALPM] removed libwpd (0.10.3-1)
[2020-02-29T02:05:15+0100] [ALPM] removed librevenge (0.0.4-11)
[2020-02-29T02:05:15+0100] [ALPM] removed clucene (2.3.3.4-19)
[2020-02-29T02:05:15+0100] [ALPM] transaction completed
[2020-02-29T02:05:16+0100] [ALPM] running 'update-desktop-database.hook'...
[2020-02-29T02:05:16+0100] [ALPM] running 'update-mime-database.hook'...
[2020-03-01T11:50:15+0100] [PACMAN] Running 'pacman -Syu'
[2020-03-01T11:50:15+0100] [PACMAN] synchronizing package lists
[2020-03-01T11:50:17+0100] [PACMAN] starting full system upgrade
[2020-03-01T11:50:35+0100] [ALPM] transaction started
[2020-03-01T11:50:35+0100] [ALPM] upgraded bluedevil (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:35+0100] [ALPM] upgraded kdecoration (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:35+0100] [ALPM] upgraded breeze (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:35+0100] [ALPM] upgraded breeze-gtk (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:35+0100] [ALPM] upgraded drkonqi (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:35+0100] [ALPM] upgraded kactivitymanagerd (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:35+0100] [ALPM] upgraded kscreenlocker (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:35+0100] [ALPM] upgraded kwin (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:35+0100] [ALPM] upgraded libksysguard (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:35+0100] [ALPM] upgraded milou (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:35+0100] [ALPM] upgraded libkscreen (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:35+0100] [ALPM] upgraded sddm-kcm (1:5.18.1-1 -> 1:5.18.2-1)
[2020-03-01T11:50:36+0100] [ALPM] upgraded plasma-workspace (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:36+0100] [ALPM] upgraded kde-cli-tools (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:36+0100] [ALPM] upgraded kde-gtk-config (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:36+0100] [ALPM] upgraded kdeplasma-addons (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:36+0100] [ALPM] upgraded khotkeys (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:36+0100] [ALPM] upgraded kinfocenter (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:36+0100] [ALPM] upgraded kmenuedit (5.18.1-2 -> 5.18.2-1)
[2020-03-01T11:50:36+0100] [ALPM] upgraded kscreen (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:36+0100] [ALPM] upgraded ksshaskpass (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:36+0100] [ALPM] upgraded ksysguard (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:36+0100] [ALPM] upgraded kwallet-pam (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:38+0100] [ALPM] upgraded micro (2.0.1-1 -> 2.0.2-1)
[2020-03-01T11:50:38+0100] [ALPM] upgraded polkit-kde-agent-1 (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:38+0100] [ALPM] upgraded systemsettings (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:39+0100] [ALPM] upgraded powerdevil (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:39+0100] [ALPM] upgraded plasma-integration (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:41+0100] [ALPM] upgraded plasma-desktop (5.18.1-2 -> 5.18.2-1)
[2020-03-01T11:50:41+0100] [ALPM] upgraded plasma-nm (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:41+0100] [ALPM] upgraded plasma-pa (5.18.1-1 -> 5.18.2-1)
[2020-03-01T11:50:42+0100] [ALPM] upgraded syslinux (6.04beta-2 -> 6.04beta3-1)
[2020-03-01T11:50:42+0100] [ALPM] upgraded virtualbox-guest-utils (6.1.4-1 -> 6.1.4-2)
[2020-03-01T11:50:42+0100] [ALPM] transaction completed
[2020-03-01T11:50:42+0100] [ALPM] running 'update-desktop-database.hook'...
[2020-03-01T11:50:43+0100] [ALPM] running 'update-mime-database.hook'...
[2020-03-01T23:30:06+0100] [PACMAN] Running 'pacman -S firefox'
[2020-03-01T23:30:19+0100] [ALPM] transaction started
[2020-03-01T23:30:19+0100] [ALPM] installed mime-types (9-3)
[2020-03-01T23:30:19+0100] [ALPM] installed atk (2.34.1-1)
[2020-03-01T23:30:19+0100] [ALPM] installed gtk-update-icon-cache (3.24.14-1)
[2020-03-01T23:30:20+0100] [ALPM] installed gtk2 (2.24.32-5)
[2020-03-01T23:30:20+0100] [ALPM] installed at-spi2-core (2.34.0-1)
[2020-03-01T23:30:20+0100] [ALPM] installed at-spi2-atk (2.34.1-1)
[2020-03-01T23:30:20+0100] [ALPM] installed gtk3 (3.24.14-1)
[2020-03-01T23:30:20+0100] [ALPM] installed startup-notification (0.12-5)
[2020-03-01T23:30:21+0100] [ALPM] installed firefox (73.0.1-1)
[2020-03-01T23:30:21+0100] [ALPM] transaction completed
[2020-03-01T23:30:21+0100] [ALPM] running 'glib-compile-schemes.hook'...
[2020-03-01T23:30:21+0100] [ALPM-SCRIPTLET] Advertencia: el esquema «org.freedesktop.Telepathy.Logger» tiene la ruta «/apps/telepathy-logger/». Las rutas que empiezan por «/apps/», «/desktop/» o «/system/» están obsoletas.
[2020-03-01T23:30:22+0100] [ALPM-SCRIPTLET] Advertencia: el esquema «org.gnome.system.locale» tiene la ruta «/system/locale/». Las rutas que empiezan por «/apps/», «/desktop/» o «/system/» están obsoletas.
[2020-03-01T23:30:22+0100] [ALPM-SCRIPTLET] Advertencia: el esquema «org.gnome.system.proxy» tiene la ruta «/system/proxy/». Las rutas que empiezan por «/apps/», «/desktop/» o «/system/» están obsoletas.
[2020-03-01T23:30:22+0100] [ALPM-SCRIPTLET] Advertencia: el esquema «org.gnome.system.proxy.http» tiene la ruta «/system/proxy/http/». Las rutas que empiezan por «/apps/», «/desktop/» o «/system/» están obsoletas.
[2020-03-01T23:30:22+0100] [ALPM-SCRIPTLET] Advertencia: el esquema «org.gnome.system.proxy.https» tiene la ruta «/system/proxy/https/». Las rutas que empiezan por «/apps/», «/desktop/» o «/system/» están obsoletas.
[2020-03-01T23:30:22+0100] [ALPM-SCRIPTLET] Advertencia: el esquema «org.gnome.system.proxy.ftp» tiene la ruta «/system/proxy/ftp/». Las rutas que empiezan por «/apps/», «/desktop/» o «/system/» están obsoletas.
[2020-03-01T23:30:22+0100] [ALPM-SCRIPTLET] Advertencia: el esquema «org.gnome.system.proxy.socks» tiene la ruta «/system/proxy/socks/». Las rutas que empiezan por «/apps/», «/desktop/» o «/system/» están obsoletas.
[2020-03-01T23:30:22+0100] [ALPM] running 'gtk-query-immodules-2.0.hook'...
[2020-03-01T23:30:22+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2020-03-01T23:30:25+0100] [ALPM] running 'update-desktop-database.hook'...
[2020-03-07T00:16:37+0100] [PACMAN] Running 'pacman -S godot'
[2020-03-07T00:16:41+0100] [ALPM] transaction started
[2020-03-07T00:16:42+0100] [ALPM] installed godot (3.2-1)
[2020-03-07T00:16:42+0100] [ALPM] transaction completed
[2020-03-07T00:16:42+0100] [ALPM] running 'update-desktop-database.hook'...
[2020-03-07T00:19:21+0100] [PACMAN] Running 'pacman -Syu kube'
[2020-03-07T00:19:21+0100] [PACMAN] synchronizing package lists
[2020-03-07T00:19:23+0100] [PACMAN] starting full system upgrade
[2020-03-07T00:20:22+0100] [ALPM] transaction started
[2020-03-07T00:20:22+0100] [ALPM] upgraded libevdev (1.8.0-2 -> 1.9.0-1)
[2020-03-07T00:20:22+0100] [ALPM] upgraded wayland-protocols (1.18-1 -> 1.20-1)
[2020-03-07T00:20:22+0100] [ALPM] upgraded kmime (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:22+0100] [ALPM] installed kasync (0.2.0-2)
[2020-03-07T00:20:22+0100] [ALPM] installed kdav2 (0.2.0-2)
[2020-03-07T00:20:22+0100] [ALPM] installed kimap2 (0.2.1-2)
[2020-03-07T00:20:22+0100] [ALPM] upgraded libmp4v2 (2.0.0-4 -> 2.0.0-5)
[2020-03-07T00:20:22+0100] [ALPM] upgraded gsettings-desktop-schemas (3.32.0-1 -> 3.34.0-1)
[2020-03-07T00:20:22+0100] [ALPM] upgraded libsoup (2.68.3-1 -> 2.68.4-1)
[2020-03-07T00:20:22+0100] [ALPM] installed sink (0.7.0-2)
[2020-03-07T00:20:22+0100] [ALPM] installed kube (0.7.0-2)
[2020-03-07T00:20:22+0100] [ALPM] upgraded akonadi (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:22+0100] [ALPM] upgraded akonadi-mime (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:22+0100] [ALPM] upgraded akonadi-contacts (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:23+0100] [ALPM] upgraded ark (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:23+0100] [ALPM] upgraded at-spi2-atk (2.34.1-1 -> 2.34.2-1)
[2020-03-07T00:20:23+0100] [ALPM] upgraded poppler (0.81.0-1 -> 0.86.1-1)
[2020-03-07T00:20:23+0100] [ALPM] upgraded kfilemetadata (5.67.0-1 -> 5.67.0-3)
[2020-03-07T00:20:23+0100] [ALPM] upgraded baloo-widgets (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:23+0100] [ALPM] upgraded cups-filters (1.27.1-1 -> 1.27.2-3)
[2020-03-07T00:20:23+0100] [ALPM] upgraded khelpcenter (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:23+0100] [ALPM] upgraded kio-extras (19.12.2-2 -> 19.12.3-2)
[2020-03-07T00:20:23+0100] [ALPM] upgraded ppp (2.4.7-5 -> 2.4.8-1)
[2020-03-07T00:20:23+0100] [ALPM] upgraded libqmi (1.24.4-1 -> 1.24.6-1)
[2020-03-07T00:20:23+0100] [ALPM] upgraded networkmanager (1.22.8-1 -> 1.22.8-2)
[2020-03-07T00:20:24+0100] [ALPM] upgraded plasma-workspace (5.18.2-1 -> 5.18.2-2)
[2020-03-07T00:20:26+0100] [ALPM] upgraded dolphin (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:26+0100] [ALPM] upgraded elisa (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:26+0100] [ALPM] upgraded ffmpegthumbs (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:26+0100] [ALPM] upgraded libkdcraw (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:26+0100] [ALPM] upgraded libkipi (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:26+0100] [ALPM] upgraded libkexiv2 (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:27+0100] [ALPM] upgraded marble (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:29+0100] [ALPM] upgraded libkgeomap (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:29+0100] [ALPM] upgraded kipi-plugins (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:30+0100] [ALPM] upgraded gwenview (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:43+0100] [ALPM] upgraded libgphoto2 (2.5.23-1 -> 2.5.24-1)
[2020-03-07T00:20:44+0100] [ALPM] upgraded hplip (3.19.12-1 -> 3.20.2-1)
[2020-03-07T00:20:44+0100] [ALPM-SCRIPTLET]
[2020-03-07T00:20:44+0100] [ALPM-SCRIPTLET] NOTE
[2020-03-07T00:20:44+0100] [ALPM-SCRIPTLET] ----
[2020-03-07T00:20:44+0100] [ALPM-SCRIPTLET] # If you want to use this driver with your HP scanner,
[2020-03-07T00:20:44+0100] [ALPM-SCRIPTLET] # make sure hpaio is part of /etc/sane.d/dll.conf, if not:
[2020-03-07T00:20:44+0100] [ALPM-SCRIPTLET] # echo "hpaio" >> /etc/sane.d/dll.conf
[2020-03-07T00:20:44+0100] [ALPM-SCRIPTLET]
[2020-03-07T00:20:44+0100] [ALPM] upgraded imagemagick (6.9.10.96-2 -> 6.9.10.97-1)
[2020-03-07T00:20:44+0100] [ALPM] upgraded libkcddb5 (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:45+0100] [ALPM] upgraded k3b (1:19.12.2-1 -> 1:19.12.3-1)
[2020-03-07T00:20:45+0100] [ALPM] upgraded kaccounts-integration (19.12.2-2 -> 19.12.3-1)
[2020-03-07T00:20:45+0100] [ALPM] upgraded kaccounts-providers (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:46+0100] [ALPM] upgraded qca-qt5 (2.2.1-1 -> 2.3.0-1)
[2020-03-07T00:20:46+0100] [ALPM] upgraded kamoso (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:47+0100] [ALPM] upgraded kate (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:47+0100] [ALPM] upgraded kcharselect (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:47+0100] [ALPM] upgraded kdegraphics-mobipocket (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:47+0100] [ALPM] upgraded kdegraphics-thumbnailers (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:47+0100] [ALPM] upgraded kdesdk-thumbnailers (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:47+0100] [ALPM] upgraded kdialog (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:47+0100] [ALPM-SCRIPTLET]  The kde-baseapps package is split into 4 new packages
[2020-03-07T00:20:47+0100] [ALPM-SCRIPTLET]  besides kdialog, install the other components you wish to keep:
[2020-03-07T00:20:47+0100] [ALPM-SCRIPTLET]  sudo pacman -S kfind
[2020-03-07T00:20:47+0100] [ALPM-SCRIPTLET]  sudo pacman -S keditbookmarks
[2020-03-07T00:20:47+0100] [ALPM-SCRIPTLET]  sudo pacman -S konqueror 
[2020-03-07T00:20:48+0100] [ALPM] upgraded keditbookmarks (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:48+0100] [ALPM] upgraded kfind (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:49+0100] [ALPM] upgraded kget (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:49+0100] [ALPM] upgraded kgpg (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:49+0100] [ALPM] upgraded libkomparediff2 (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:49+0100] [ALPM] upgraded kompare (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:49+0100] [ALPM] upgraded konsole (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:49+0100] [ALPM] upgraded libkdegames (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:49+0100] [ALPM] upgraded kpat (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:50+0100] [ALPM] upgraded ktp-common-internals (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:50+0100] [ALPM] upgraded ktp-accounts-kcm (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:50+0100] [ALPM] upgraded ktp-approver (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:50+0100] [ALPM] upgraded signon-kwallet-extension (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:50+0100] [ALPM] upgraded ktp-auth-handler (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:50+0100] [ALPM] upgraded ktp-call-ui (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:50+0100] [ALPM] upgraded ktp-contact-list (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:50+0100] [ALPM] upgraded ktp-contact-runner (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:50+0100] [ALPM] upgraded ktp-desktop-applets (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:50+0100] [ALPM] upgraded ktp-filetransfer-handler (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:50+0100] [ALPM] upgraded ktp-kded-module (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:50+0100] [ALPM] upgraded ktp-send-file (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:50+0100] [ALPM] upgraded ktp-text-ui (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:50+0100] [ALPM] upgraded kwalletmanager (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:50+0100] [ALPM] upgraded logrotate (3.15.1-1 -> 3.16.0-1)
[2020-03-07T00:20:50+0100] [ALPM] upgraded man-db (2.9.0-1 -> 2.9.1-1)
[2020-03-07T00:20:55+0100] [ALPM] upgraded okular (19.12.2-1 -> 19.12.3-2)
[2020-03-07T00:20:55+0100] [ALPM] upgraded print-manager (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:55+0100] [ALPM] upgraded spectacle (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:55+0100] [ALPM] upgraded sweeper (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:20:59+0100] [ALPM] upgraded vim (8.2.0109-1 -> 8.2.0330-1)
[2020-03-07T00:21:00+0100] [ALPM] upgraded yakuake (19.12.2-1 -> 19.12.3-1)
[2020-03-07T00:21:00+0100] [ALPM] upgraded youtube-dl (2020.02.16-1 -> 2020.03.01-1)
[2020-03-07T00:21:00+0100] [ALPM] transaction completed
[2020-03-07T00:21:00+0100] [ALPM] running 'glib-compile-schemes.hook'...
[2020-03-07T00:21:00+0100] [ALPM-SCRIPTLET] Advertencia: el esquema «org.freedesktop.Telepathy.Logger» tiene la ruta «/apps/telepathy-logger/». Las rutas que empiezan por «/apps/», «/desktop/» o «/system/» están obsoletas.
[2020-03-07T00:21:00+0100] [ALPM-SCRIPTLET] Advertencia: el esquema «org.gnome.system.locale» tiene la ruta «/system/locale/». Las rutas que empiezan por «/apps/», «/desktop/» o «/system/» están obsoletas.
[2020-03-07T00:21:00+0100] [ALPM-SCRIPTLET] Advertencia: el esquema «org.gnome.system.proxy» tiene la ruta «/system/proxy/». Las rutas que empiezan por «/apps/», «/desktop/» o «/system/» están obsoletas.
[2020-03-07T00:21:00+0100] [ALPM-SCRIPTLET] Advertencia: el esquema «org.gnome.system.proxy.http» tiene la ruta «/system/proxy/http/». Las rutas que empiezan por «/apps/», «/desktop/» o «/system/» están obsoletas.
[2020-03-07T00:21:00+0100] [ALPM-SCRIPTLET] Advertencia: el esquema «org.gnome.system.proxy.https» tiene la ruta «/system/proxy/https/». Las rutas que empiezan por «/apps/», «/desktop/» o «/system/» están obsoletas.
[2020-03-07T00:21:00+0100] [ALPM-SCRIPTLET] Advertencia: el esquema «org.gnome.system.proxy.ftp» tiene la ruta «/system/proxy/ftp/». Las rutas que empiezan por «/apps/», «/desktop/» o «/system/» están obsoletas.
[2020-03-07T00:21:00+0100] [ALPM-SCRIPTLET] Advertencia: el esquema «org.gnome.system.proxy.socks» tiene la ruta «/system/proxy/socks/». Las rutas que empiezan por «/apps/», «/desktop/» o «/system/» están obsoletas.
[2020-03-07T00:21:01+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2020-03-07T00:21:02+0100] [ALPM] running 'systemd-tmpfiles.hook'...
[2020-03-07T00:21:02+0100] [ALPM] running 'update-desktop-database.hook'...
[2020-03-07T00:21:02+0100] [ALPM] running 'update-mime-database.hook'...
[2020-03-22T20:53:31+0100] [PACMAN] Running 'pacman -Syu'
[2020-03-22T20:53:31+0100] [PACMAN] synchronizing package lists
[2020-03-22T20:53:32+0100] [PACMAN] starting full system upgrade
[2020-03-22T20:59:12+0100] [PACMAN] Running 'pacman -S google-chrome'
[2020-03-22T21:00:28+0100] [ALPM] transaction started
[2020-03-22T21:00:28+0100] [ALPM] installed widevine (82.0.4085.12-1)
[2020-03-22T21:00:29+0100] [ALPM] installed google-chrome (82.0.4085.12-1)
[2020-03-22T21:00:29+0100] [ALPM-SCRIPTLET]  To have better integration with KaOS
[2020-03-22T21:00:29+0100] [ALPM-SCRIPTLET]  Select Use GTK+ theme, this will follow your KDE settings
[2020-03-22T21:00:29+0100] [ALPM] transaction completed
[2020-03-22T21:00:29+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2020-03-22T21:00:29+0100] [ALPM] running 'update-desktop-database.hook'...
[2020-03-22T21:24:17+0100] [PACMAN] Running 'pacman -S qtwebengine'
[2020-03-22T21:24:28+0100] [ALPM] transaction started
[2020-03-22T21:24:28+0100] [ALPM] reinstalled qtwebengine (5.14.1-1)
[2020-03-22T21:24:28+0100] [ALPM] transaction completed
[2020-03-22T21:25:16+0100] [PACMAN] Running 'pacman -U http://kaosx.tk/repo/build/qtwebengine-5.10.0-3-x86_64.pkg.tar.xz'
[2020-03-22T21:37:07+0100] [PACMAN] Running 'pacman -Syu'
[2020-03-22T21:37:07+0100] [PACMAN] synchronizing package lists
[2020-03-22T21:37:08+0100] [PACMAN] starting full system upgrade
[2020-03-22T21:37:51+0100] [ALPM] transaction started
[2020-03-22T21:37:53+0100] [ALPM] removed nomad-firewall (0.6-2)
[2020-03-22T21:37:53+0100] [ALPM] removed pulseaudio-alsa (2-4)
[2020-03-22T21:37:53+0100] [ALPM] upgraded linux-api-headers (5.3.4-1 -> 5.5.9-1)
[2020-03-22T21:37:53+0100] [ALPM] upgraded tzdata (2019c-1 -> 2019c-2)
[2020-03-22T21:37:53+0100] [ALPM] warning: /etc/locale.gen installed as /etc/locale.gen.pacnew
[2020-03-22T21:37:54+0100] [ALPM] upgraded glibc (2.30-1 -> 2.31-1)
[2020-03-22T21:37:55+0100] [ALPM-SCRIPTLET] Generating locales...
[2020-03-22T21:37:56+0100] [ALPM-SCRIPTLET] en_US.UTF-8... done
[2020-03-22T21:37:57+0100] [ALPM-SCRIPTLET] es_ES.UTF-8... done
[2020-03-22T21:37:57+0100] [ALPM-SCRIPTLET] Generation complete.
[2020-03-22T21:37:57+0100] [ALPM] upgraded libffi (3.3-1 -> 3.3-2)
[2020-03-22T21:37:58+0100] [ALPM] upgraded gcc-libs (9.2.0-1 -> 9.3.0-1)
[2020-03-22T21:38:02+0100] [ALPM] upgraded glib2 (2.62.5-1 -> 2.64.1-1)
[2020-03-22T21:38:02+0100] [ALPM] upgraded libxv (1.0.11-1 -> 1.0.11-2)
[2020-03-22T21:38:03+0100] [ALPM] upgraded libxxf86vm (1.1.4-2 -> 1.1.4-3)
[2020-03-22T21:38:03+0100] [ALPM] upgraded libcap (2.32-1 -> 2.33-1)
[2020-03-22T21:38:04+0100] [ALPM] upgraded coreutils (8.31-1 -> 8.32-1)
[2020-03-22T21:38:18+0100] [ALPM] upgraded llvm (9.0.1-1 -> 9.0.1-2)
[2020-03-22T21:38:18+0100] [ALPM] upgraded xz (5.2.4-2 -> 5.2.5-1)
[2020-03-22T21:38:19+0100] [ALPM] upgraded util-linux (2.35.1-1 -> 2.35.1-2)
[2020-03-22T21:38:24+0100] [ALPM] upgraded mesa (19.3.4-2 -> 20.0.2-1)
[2020-03-22T21:38:28+0100] [ALPM] upgraded icu (64.2-1 -> 66.1-1)
[2020-03-22T21:38:32+0100] [ALPM] upgraded openssl (1.1.1.4-2 -> 1.1.1.5-1)
[2020-03-22T21:38:32+0100] [ALPM] upgraded cryptsetup (2.3.0-1 -> 2.3.1-1)
[2020-03-22T21:38:32+0100] [ALPM] upgraded hwids (20200204-1 -> 20200306-1)
[2020-03-22T21:38:32+0100] [ALPM] upgraded libseccomp (2.4.2-1 -> 2.4.3-1)
[2020-03-22T21:38:32+0100] [ALPM] upgraded iana-etc (20200224-1 -> 20200311-1)
[2020-03-22T21:38:32+0100] [ALPM] upgraded e2fsprogs (1.45.5-1 -> 1.45.6-1)
[2020-03-22T21:38:32+0100] [ALPM] upgraded libgudev (233-2 -> 233-3)
[2020-03-22T21:38:33+0100] [ALPM] upgraded libinput (1.15.2-1 -> 1.15.4-1)
[2020-03-22T21:38:33+0100] [ALPM] upgraded harfbuzz (2.6.4-1 -> 2.6.4-2)
[2020-03-22T21:38:42+0100] [ALPM] upgraded python3 (3.7.6-1 -> 3.7.7-1)
[2020-03-22T21:38:43+0100] [ALPM] upgraded libxaw (1.0.13-2 -> 1.0.13-3)
[2020-03-22T21:38:45+0100] [ALPM] upgraded binutils (2.32-2 -> 2.34-2)
[2020-03-22T21:38:46+0100] [ALPM] upgraded mpfr (4.0.2-2 -> 4.0.2-3)
[2020-03-22T21:38:47+0100] [ALPM] upgraded libmpc (1.1.0-4 -> 1.1.0-5)
[2020-03-22T21:39:08+0100] [ALPM] upgraded gcc (9.2.0-1 -> 9.3.0-1)
[2020-03-22T21:39:08+0100] [ALPM] upgraded libtool (2.4.6-18 -> 2.4.6-19)
[2020-03-22T21:39:14+0100] [ALPM] upgraded qt5-base (5.14.1-1 -> 5.14.1-2)
[2020-03-22T21:39:15+0100] [ALPM] upgraded kitemviews (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:39:15+0100] [ALPM] upgraded karchive (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:39:15+0100] [ALPM] upgraded kconfig (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:39:15+0100] [ALPM] upgraded kcoreaddons (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:39:15+0100] [ALPM] upgraded kdbusaddons (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:39:16+0100] [ALPM] upgraded ki18n (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:39:17+0100] [ALPM] upgraded kwindowsystem (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:39:18+0100] [ALPM] upgraded kcrash (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:39:18+0100] [ALPM] upgraded kservice (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:39:19+0100] [ALPM] upgraded gptfdisk (1.0.4-2 -> 1.0.5-1)
[2020-03-22T21:39:19+0100] [ALPM] upgraded sg3_utils (1.44-1 -> 1.45-1)
[2020-03-22T21:39:21+0100] [ALPM] upgraded js (60.1.0-2 -> 60.8.0-2)
[2020-03-22T21:39:22+0100] [ALPM] upgraded nss (3.50-1 -> 3.51-1)
[2020-03-22T21:39:22+0100] [ALPM] upgraded curl (7.68.0-1 -> 7.69.1-1)
[2020-03-22T21:39:22+0100] [ALPM] upgraded libksba (1.3.5-1 -> 1.3.5-2)
[2020-03-22T21:39:23+0100] [ALPM] upgraded p11-kit (0.23.20-1 -> 0.23.20-2)
[2020-03-22T21:39:23+0100] [ALPM] upgraded gnupg (2.2.19-1 -> 2.2.20-1)
[2020-03-22T21:39:23+0100] [ALPM] upgraded libimobiledevice (1.2.0.3-1 -> 1.2.0.4-1)
[2020-03-22T21:39:23+0100] [ALPM] upgraded solid (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:39:23+0100] [ALPM] upgraded kglobalaccel (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:39:25+0100] [ALPM] upgraded kwidgetsaddons (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:39:27+0100] [ALPM] upgraded kcompletion (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:39:30+0100] [ALPM] upgraded kauth (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:39:31+0100] [ALPM] upgraded kcodecs (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:39:33+0100] [ALPM] upgraded kguiaddons (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:39:33+0100] [ALPM] upgraded kconfigwidgets (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:39:33+0100] [ALPM] upgraded kiconthemes (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:39:33+0100] [ALPM] upgraded sonnet (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:39:33+0100] [ALPM] upgraded libasyncns (0.8-4 -> 0.8-5)
[2020-03-22T21:39:34+0100] [ALPM] upgraded libical (1:3.0.7-1 -> 1:3.0.8-2)
[2020-03-22T21:39:34+0100] [ALPM] upgraded bluez (5.53-1 -> 5.54-1)
[2020-03-22T21:39:37+0100] [ALPM] upgraded pulseaudio (13.0-1 -> 13.0-3)
[2020-03-22T21:39:37+0100] [ALPM] upgraded taglib (1.11.1-2 -> 1.11.1-3)
[2020-03-22T21:39:37+0100] [ALPM] upgraded gdk-pixbuf2 (2.40.0-1 -> 2.40.0-2)
[2020-03-22T21:39:37+0100] [ALPM] upgraded dconf (0.34.0-1 -> 0.36.0-2)
[2020-03-22T21:39:37+0100] [ALPM] upgraded gsettings-desktop-schemas (3.34.0-1 -> 3.36.0-1)
[2020-03-22T21:39:38+0100] [ALPM] upgraded glib-networking (2.62.3-1 -> 2.64.0-1)
[2020-03-22T21:39:38+0100] [ALPM] upgraded libsoup (2.68.4-1 -> 2.70.0-1)
[2020-03-22T21:39:38+0100] [ALPM] upgraded libdv (1.0.0-6 -> 1.0.0-7)
[2020-03-22T21:39:38+0100] [ALPM] upgraded libid3tag (0.15.1b-7 -> 0.15.1b-8)
[2020-03-22T21:39:38+0100] [ALPM] upgraded libcaca (0.99.beta19-3 -> 0.99.beta19-4)
[2020-03-22T21:39:38+0100] [ALPM] upgraded cdparanoia (10.2-5 -> 10.2-6)
[2020-03-22T21:39:38+0100] [ALPM] upgraded fribidi (1.0.8-1 -> 1.0.9-1)
[2020-03-22T21:39:38+0100] [ALPM] upgraded cairo (1.17.2-1 -> 1.17.2-2)
[2020-03-22T21:39:40+0100] [ALPM] upgraded pango (1.44.7-1 -> 1.44.7-2)
[2020-03-22T21:39:41+0100] [ALPM] upgraded libvisual (0.4.0-6 -> 0.4.0-7)
[2020-03-22T21:39:41+0100] [ALPM] upgraded libsigc++ (2.10.2-2 -> 2.10.2-3)
[2020-03-22T21:39:42+0100] [ALPM] upgraded glibmm (2.62.0-1 -> 2.64.2-1)
[2020-03-22T21:39:42+0100] [ALPM] upgraded gst-plugins-good (1.16.2-1 -> 1.16.2-2)
[2020-03-22T21:39:42+0100] [ALPM] upgraded faac (1.30-1 -> 1.30-2)
[2020-03-22T21:39:42+0100] [ALPM] upgraded libcroco (0.6.13-3 -> 0.6.13-4)
[2020-03-22T21:39:43+0100] [ALPM] upgraded librsvg (2.46.4-1 -> 2.48.0-1)
[2020-03-22T21:39:43+0100] [ALPM] upgraded libdvdread (6.0.2-1 -> 6.1.0-1)
[2020-03-22T21:39:44+0100] [ALPM] upgraded libdca (0.0.5-5 -> 0.0.6-1)
[2020-03-22T21:39:44+0100] [ALPM] upgraded libdvdnav (6.0.1-1 -> 6.1.0-1)
[2020-03-22T21:39:45+0100] [ALPM] upgraded libgme (0.6.2-1 -> 0.6.3-1)
[2020-03-22T21:39:46+0100] [ALPM] upgraded libmms (0.6.4-11 -> 0.6.4-12)
[2020-03-22T21:39:47+0100] [ALPM] upgraded sdl (1.2.15-9 -> 1.2.15-10)
[2020-03-22T21:39:54+0100] [ALPM] upgraded mjpegtools (2.1.0-3 -> 2.1.0-4)
[2020-03-22T21:39:54+0100] [ALPM] upgraded schroedinger (1.0.11-6 -> 1.0.11-7)
[2020-03-22T21:39:54+0100] [ALPM] upgraded lcms2 (2.9-1 -> 2.9-2)
[2020-03-22T21:39:54+0100] [ALPM] upgraded sdl2 (2.0.10-2 -> 2.0.12-1)
[2020-03-22T21:39:57+0100] [ALPM] upgraded dav1d (0.5.2-1 -> 0.6.0-1)
[2020-03-22T21:39:59+0100] [ALPM] upgraded ffmpeg (4.2.2-4 -> 4.2.2-5)
[2020-03-22T21:39:59+0100] [ALPM] upgraded ktextwidgets (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:39:59+0100] [ALPM] upgraded kf5-attica (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:39:59+0100] [ALPM] upgraded kxmlgui (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:39:59+0100] [ALPM] upgraded kbookmarks (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:39:59+0100] [ALPM] upgraded kjobwidgets (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:39:59+0100] [ALPM] upgraded libdbusmenu-qt5 (0.9.3+16.04.20160218-3 -> 0.9.3+16.04.20160218-4)
[2020-03-22T21:39:59+0100] [ALPM] upgraded knotifications (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:39:59+0100] [ALPM] upgraded kwallet (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:40:03+0100] [ALPM] upgraded kio (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:40:03+0100] [ALPM] upgraded kplotting (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:40:03+0100] [ALPM] upgraded kdesignerplugin (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:40:03+0100] [ALPM] upgraded kitemmodels (5.67.0-1 -> 5.68.0-2)
[2020-03-22T21:40:04+0100] [ALPM] upgraded akonadi (19.12.3-1 -> 19.12.3-2)
[2020-03-22T21:40:04+0100] [ALPM] upgraded at-spi2-core (2.34.0-1 -> 2.36.0-1)
[2020-03-22T21:40:04+0100] [ALPM] upgraded atk (2.34.1-1 -> 2.34.1-2)
[2020-03-22T21:40:04+0100] [ALPM] upgraded at-spi2-atk (2.34.2-1 -> 2.34.2-2)
[2020-03-22T21:40:04+0100] [ALPM] upgraded automake (1.16.1-3 -> 1.16.2-1)
[2020-03-22T21:40:05+0100] [ALPM] upgraded xapian-core (1.4.14-1 -> 1.4.15-1)
[2020-03-22T21:40:06+0100] [ALPM] upgraded kfilemetadata (5.67.0-3 -> 5.68.0-1)
[2020-03-22T21:40:07+0100] [ALPM] upgraded kidletime (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:40:09+0100] [ALPM] upgraded baloo (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:40:10+0100] [ALPM] upgraded bison (3.5.2-1 -> 3.5.3-1)
[2020-03-22T21:40:10+0100] [ALPM] upgraded bluez-qt (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:40:11+0100] [ALPM] upgraded kinit (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:40:12+0100] [ALPM] upgraded boost-libs (1.71.0-2 -> 1.72.0-1)
[2020-03-22T21:40:12+0100] [ALPM] upgraded kactivities (5.67.0-1 -> 5.68.0-2)
[2020-03-22T21:40:14+0100] [ALPM] upgraded kpackage (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:40:16+0100] [ALPM] upgraded kdeclarative (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:40:18+0100] [ALPM] upgraded kwayland (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:40:20+0100] [ALPM] upgraded kirigami (5.67.1-1 -> 5.68.0-1)
[2020-03-22T21:40:29+0100] [ALPM] upgraded plasma-framework (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:40:31+0100] [ALPM] upgraded kded (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:40:32+0100] [ALPM] upgraded bluedevil (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:40:38+0100] [ALPM] upgraded boost (1.71.0-2 -> 1.72.0-1)
[2020-03-22T21:40:40+0100] [ALPM] upgraded kdecoration (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:40:40+0100] [ALPM] upgraded knewstuff (5.67.0-2 -> 5.68.0-1)
[2020-03-22T21:40:42+0100] [ALPM] upgraded ttf-dejavu (2.37-1 -> 2.37-2)
[2020-03-22T21:40:54+0100] [ALPM] upgraded frameworkintegration (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:40:56+0100] [ALPM] upgraded breeze-icons (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:40:57+0100] [ALPM] upgraded kcmutils (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:41:00+0100] [ALPM] upgraded breeze (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:41:03+0100] [ALPM] upgraded breeze-gtk (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:41:06+0100] [ALPM] upgraded cups-filters (1.27.2-3 -> 1.27.3-1)
[2020-03-22T21:41:08+0100] [ALPM] upgraded gobject-introspection (1.62.0-2 -> 1.64.0-1)
[2020-03-22T21:41:10+0100] [ALPM] upgraded python3-gobject3 (3.34.0-2 -> 3.36.0-1)
[2020-03-22T21:41:12+0100] [ALPM] upgraded ghostscript (1:9.50-1 -> 1:9.52-1)
[2020-03-22T21:41:13+0100] [ALPM] upgraded cups-pdf (3.0.1-1 -> 3.0.1-2)
[2020-03-22T21:41:13+0100] [ALPM] upgraded dialog (1:1.3_20191210-1 -> 1:1.3_20200228-1)
[2020-03-22T21:41:13+0100] [ALPM] upgraded libuv (1.34.2-1 -> 1.35.0-1)
[2020-03-22T21:41:15+0100] [ALPM] upgraded dnsutils (9.16.0-1 -> 9.16.1-1)
[2020-03-22T21:41:16+0100] [ALPM] upgraded dosfstools (4.1-1 -> 4.1-2)
[2020-03-22T21:41:16+0100] [ALPM] upgraded kxmlrpcclient (1:5.67.0-1 -> 1:5.68.0-1)
[2020-03-22T21:41:16+0100] [ALPM] upgraded drkonqi (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:41:17+0100] [ALPM] upgraded gtk-update-icon-cache (3.24.14-1 -> 3.24.14-2)
[2020-03-22T21:41:19+0100] [ALPM] upgraded gtk2 (2.24.32-5 -> 2.24.32-6)
[2020-03-22T21:41:25+0100] [ALPM] upgraded gtk3 (3.24.14-1 -> 3.24.14-2)
[2020-03-22T21:41:26+0100] [ALPM] upgraded libqmi (1.24.6-1 -> 1.24.8-1)
[2020-03-22T21:41:26+0100] [ALPM] upgraded libmbim (1.22.0-1 -> 1.22.0-2)
[2020-03-22T21:41:27+0100] [ALPM] upgraded modemmanager (1.12.6-1 -> 1.12.8-1)
[2020-03-22T21:41:29+0100] [ALPM] upgraded networkmanager (1.22.8-2 -> 1.22.10-1)
[2020-03-22T21:41:43+0100] [ALPM] upgraded firefox (73.0.1-1 -> 74.0-1)
[2020-03-22T21:41:44+0100] [ALPM] upgraded fuse3 (3.9.0-1 -> 3.9.1-1)
[2020-03-22T21:41:45+0100] [ALPM] installed guile2.0 (2.0.14-2)
[2020-03-22T21:41:46+0100] [ALPM] upgraded source-highlight (3.1.9-1 -> 3.1.9-2)
[2020-03-22T21:41:46+0100] [ALPM] upgraded gdb (9.1-1 -> 9.1-3)
[2020-03-22T21:41:47+0100] [ALPM] upgraded gettext (0.20.1-2 -> 0.20.1-3)
[2020-03-22T21:41:50+0100] [ALPM] upgraded git (2.25.1-1 -> 2.25.2-1)
[2020-03-22T21:41:55+0100] [ALPM] upgraded godot (3.2-1 -> 3.2.1-1)
[2020-03-22T21:41:56+0100] [ALPM] upgraded groff (1.22.4-4 -> 1.22.4-5)
[2020-03-22T21:41:59+0100] [ALPM] upgraded guile (2.0.14-3 -> 2.2.7-1)
[2020-03-22T21:42:02+0100] [ALPM] upgraded qtwebkit-tp (5.212.0.3-5 -> 5.212.0.4-2)
[2020-03-22T21:42:05+0100] [ALPM] upgraded hplip (3.20.2-1 -> 3.20.3-1)
[2020-03-22T21:42:05+0100] [ALPM-SCRIPTLET]
[2020-03-22T21:42:05+0100] [ALPM-SCRIPTLET] NOTE
[2020-03-22T21:42:05+0100] [ALPM-SCRIPTLET] ----
[2020-03-22T21:42:05+0100] [ALPM-SCRIPTLET] # If you want to use this driver with your HP scanner,
[2020-03-22T21:42:05+0100] [ALPM-SCRIPTLET] # make sure hpaio is part of /etc/sane.d/dll.conf, if not:
[2020-03-22T21:42:05+0100] [ALPM-SCRIPTLET] # echo "hpaio" >> /etc/sane.d/dll.conf
[2020-03-22T21:42:05+0100] [ALPM-SCRIPTLET]
[2020-03-22T21:42:05+0100] [ALPM] upgraded liblqr (0.4.2-13 -> 0.4.2-14)
[2020-03-22T21:42:07+0100] [ALPM] upgraded openexr (2.4.1-3 -> 2.4.1-4)
[2020-03-22T21:42:07+0100] [ALPM] upgraded imagemagick (6.9.10.97-1 -> 6.9.11.2-1)
[2020-03-22T21:42:08+0100] [ALPM] upgraded knotifyconfig (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:42:08+0100] [ALPM] upgraded libao (1.2.2-1 -> 1.2.2-2)
[2020-03-22T21:42:08+0100] [ALPM] upgraded libdiscid (0.6.2-1 -> 0.6.2-2)
[2020-03-22T21:42:08+0100] [ALPM] upgraded libmusicbrainz (5.1.0-3 -> 5.1.0-4)
[2020-03-22T21:42:12+0100] [ALPM] upgraded k3b (1:19.12.3-1 -> 1:19.12.3-2)
[2020-03-22T21:42:13+0100] [ALPM] upgraded kactivities-stats (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:42:14+0100] [ALPM] upgraded kactivitymanagerd (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:42:15+0100] [ALPM] upgraded python3-packaging (20.1-1 -> 20.3-1)
[2020-03-22T21:42:16+0100] [ALPM] upgraded python3-setuptools (45.2.0-1 -> 46.1.1-1)
[2020-03-22T21:42:16+0100] [ALPM] upgraded kapidox (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:42:16+0100] [ALPM] upgraded kcalendarcore (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:42:16+0100] [ALPM] upgraded kcontacts (1:5.67.0-1 -> 1:5.68.0-1)
[2020-03-22T21:42:17+0100] [ALPM] upgraded kpty (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:42:17+0100] [ALPM] upgraded kdesu (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:42:17+0100] [ALPM] upgraded threadweaver (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:42:17+0100] [ALPM] upgraded krunner (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:42:17+0100] [ALPM] upgraded kparts (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:42:17+0100] [ALPM] upgraded kunitconversion (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:42:20+0100] [ALPM] upgraded kemoticons (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:42:22+0100] [ALPM] upgraded kdelibs4support (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:42:27+0100] [ALPM] upgraded kscreenlocker (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:42:40+0100] [ALPM] upgraded kwin (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:42:40+0100] [ALPM] upgraded libksysguard (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:42:41+0100] [ALPM] upgraded syntax-highlighting (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:42:41+0100] [ALPM] upgraded ktexteditor (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:42:44+0100] [ALPM] upgraded milou (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:42:44+0100] [ALPM] upgraded libkscreen (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:42:45+0100] [ALPM] upgraded libqalculate (3.7.0-1 -> 3.8.0-2)
[2020-03-22T21:42:47+0100] [ALPM] upgraded qt5-tools (5.14.1-1 -> 5.14.1-2)
[2020-03-22T21:42:48+0100] [ALPM] upgraded prison (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:42:53+0100] [ALPM] upgraded sddm (20190331-1 -> 20190331-2)
[2020-03-22T21:42:53+0100] [ALPM] upgraded sddm-kcm (1:5.18.2-1 -> 1:5.18.3-1)
[2020-03-22T21:42:53+0100] [ALPM] upgraded networkmanager-qt (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:42:53+0100] [ALPM] upgraded kpeople (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:42:53+0100] [ALPM] upgraded kholidays (1:5.67.0-1 -> 1:5.68.0-1)
[2020-03-22T21:42:53+0100] [ALPM] upgraded kquickcharts (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:42:53+0100] [ALPM] upgraded kjs (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:42:55+0100] [ALPM] upgraded khtml (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:42:57+0100] [ALPM] upgraded kdnssd (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:42:57+0100] [ALPM] upgraded ldb (1:2.0.8-1 -> 1:2.0.9-1)
[2020-03-22T21:43:00+0100] [ALPM] upgraded samba (4.11.6-1 -> 4.11.7-1)
[2020-03-22T21:43:04+0100] [ALPM] upgraded plasma-workspace (5.18.2-2 -> 5.18.3-1)
[2020-03-22T21:43:05+0100] [ALPM] upgraded kde-cli-tools (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:43:05+0100] [ALPM] installed xsettingsd (1.0.0-1)
[2020-03-22T21:43:06+0100] [ALPM] upgraded kde-gtk-config (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:43:07+0100] [ALPM] upgraded kross (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:43:08+0100] [ALPM] upgraded libfakekey (0.1-2 -> 0.3-1)
[2020-03-22T21:43:09+0100] [ALPM] upgraded purpose (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:43:10+0100] [ALPM] upgraded kdeplasma-addons (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:43:11+0100] [ALPM] upgraded kdewebkit (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:43:15+0100] [ALPM] upgraded kdoctools (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:43:15+0100] [ALPM] upgraded kdsoap (1.6.0-1 -> 1.9.0-1)
[2020-03-22T21:43:15+0100] [ALPM] upgraded khotkeys (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:43:15+0100] [ALPM] upgraded kimageformats (5.67.0-2 -> 5.68.0-1)
[2020-03-22T21:43:15+0100] [ALPM] upgraded kinfocenter (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:43:16+0100] [ALPM] upgraded kjsembed (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:43:17+0100] [ALPM] upgraded kmediaplayer (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:43:18+0100] [ALPM] upgraded kmenuedit (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:43:18+0100] [ALPM] upgraded kscreen (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:43:19+0100] [ALPM] upgraded ksshaskpass (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:43:19+0100] [ALPM] upgraded ksysguard (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:43:19+0100] [ALPM] upgraded kvantum (0.14.1-2 -> 0.15.1-1)
[2020-03-22T21:43:19+0100] [ALPM] upgraded kwallet-pam (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:43:19+0100] [ALPM] upgraded libmp4v2 (2.0.0-5 -> 4.1.3-1)
[2020-03-22T21:43:19+0100] [ALPM] upgraded libsecret (0.20.1-1 -> 0.20.2-1)
[2020-03-22T21:43:53+0100] [ALPM] upgraded linux-firmware (20200206-1 -> 20200316-1)
[2020-03-22T21:43:53+0100] [ALPM] upgraded make (4.3-1 -> 4.3-2)
[2020-03-22T21:43:53+0100] [ALPM] upgraded modemmanager-qt (5.67.0-1 -> 5.68.0-1)
[2020-03-22T21:43:53+0100] [ALPM] upgraded networkmanager-openvpn (1.8.10-1 -> 1.8.12-1)
[2020-03-22T21:43:54+0100] [ALPM] upgraded ufw (0.36-2 -> 0.36-4)
[2020-03-22T21:43:54+0100] [ALPM] installed plasma-firewall (0.1-1)
[2020-03-22T21:43:54+0100] [ALPM] upgraded ntp (4.2.8.13-1 -> 4.2.8.14-1)
[2020-03-22T21:43:55+0100] [ALPM] upgraded sudo (1.8.31-1 -> 1.8.31.1-1)
[2020-03-22T21:43:55+0100] [ALPM] upgraded octopi (0.9.0.99-1 -> 0.9.0.101-2)
[2020-03-22T21:43:58+0100] [ALPM] upgraded okular (19.12.3-2 -> 19.12.3-3)
[2020-03-22T21:43:58+0100] [ALPM] upgraded p7zip (16.02-1 -> 16.02-2)
[2020-03-22T21:44:02+0100] [ALPM] upgraded pepper-flash (32.0.0.330-1 -> 32.0.0.344-1)
[2020-03-22T21:44:02+0100] [ALPM-SCRIPTLET]  Firefox users make sure to add freshplayerplugin
[2020-03-22T21:44:02+0100] [ALPM-SCRIPTLET]  sudo pacman -S freshplayerplugin
[2020-03-22T21:44:02+0100] [ALPM-SCRIPTLET]  This way it is no longer needed to use adobe flash 
[2020-03-22T21:44:02+0100] [ALPM] upgraded polkit-kde-agent-1 (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:44:03+0100] [ALPM] upgraded systemsettings (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:44:03+0100] [ALPM] upgraded powerdevil (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:44:03+0100] [ALPM] upgraded qqc2-desktop-style (5.67.1-1 -> 5.68.0-1)
[2020-03-22T21:44:04+0100] [ALPM] upgraded plasma-integration (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:44:10+0100] [ALPM] upgraded plasma-desktop (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:44:10+0100] [ALPM] upgraded plasma-nm (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:44:10+0100] [ALPM] upgraded plasma-pa (5.18.2-1 -> 5.18.3-1)
[2020-03-22T21:44:11+0100] [ALPM] upgraded progsreiserfs (0.3.0.5-10 -> 0.3.0.5-11)
[2020-03-22T21:44:11+0100] [ALPM] upgraded psutils (1.90-1 -> 1.93-1)
[2020-03-22T21:44:11+0100] [ALPM] upgraded rubberband (1.8.1-3 -> 1.8.2-1)
[2020-03-22T21:44:11+0100] [ALPM] upgraded systemd-kcm (1.2.1-9 -> 1.2.1-10)
[2020-03-22T21:44:11+0100] [ALPM] upgraded telepathy-logger-qt5 (17.08.0-4 -> 17.09.0-1)
[2020-03-22T21:44:11+0100] [ALPM] upgraded user-kcm (1.0.5-2 -> 1.0.5-3)
[2020-03-22T21:44:12+0100] [ALPM] upgraded xdelta3 (3.1.0-1 -> 3.1.0-2)
[2020-03-22T21:44:13+0100] [ALPM] upgraded xfsprogs (5.4.0-1 -> 5.5.0-1)
[2020-03-22T21:44:13+0100] [ALPM] upgraded youtube-dl (2020.03.01-1 -> 2020.03.08-1)
[2020-03-22T21:44:13+0100] [ALPM] upgraded zip (3.0-5 -> 3.0-6)
[2020-03-22T21:44:13+0100] [ALPM] transaction completed
[2020-03-22T21:44:14+0100] [ALPM] running '99-linux.hook'...
[2020-03-22T21:44:14+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2020-03-22T21:44:14+0100] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2020-03-22T21:44:14+0100] [ALPM-SCRIPTLET] ==> Starting build: 5.5.6-1
[2020-03-22T21:44:14+0100] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2020-03-22T21:44:15+0100] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2020-03-22T21:44:15+0100] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2020-03-22T21:44:15+0100] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2020-03-22T21:44:15+0100] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2020-03-22T21:44:16+0100] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2020-03-22T21:44:16+0100] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2020-03-22T21:44:16+0100] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2020-03-22T21:44:16+0100] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2020-03-22T21:44:17+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2020-03-22T21:44:17+0100] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2020-03-22T21:44:19+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2020-03-22T21:44:19+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2020-03-22T21:44:19+0100] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2020-03-22T21:44:19+0100] [ALPM-SCRIPTLET] ==> Starting build: 5.5.6-1
[2020-03-22T21:44:19+0100] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2020-03-22T21:44:19+0100] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2020-03-22T21:44:19+0100] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2020-03-22T21:44:19+0100] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2020-03-22T21:44:20+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2020-03-22T21:44:20+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2020-03-22T21:44:21+0100] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2020-03-22T21:44:22+0100] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2020-03-22T21:44:22+0100] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2020-03-22T21:44:32+0100] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2020-03-22T21:44:32+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2020-03-22T21:44:32+0100] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2020-03-22T21:44:37+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2020-03-22T21:44:37+0100] [ALPM] running 'fc-cache-install.hook'...
[2020-03-22T21:44:39+0100] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2020-03-22T21:44:40+0100] [ALPM] running 'gio-querymodules.hook'...
[2020-03-22T21:44:40+0100] [ALPM] running 'glib-compile-schemes.hook'...
[2020-03-22T21:44:40+0100] [ALPM-SCRIPTLET] Advertencia: el esquema «org.freedesktop.Telepathy.Logger» tiene la ruta «/apps/telepathy-logger/». Las rutas que empiezan por «/apps/», «/desktop/» o «/system/» están obsoletas.
[2020-03-22T21:44:40+0100] [ALPM-SCRIPTLET] Advertencia: el esquema «org.gnome.system.locale» tiene la ruta «/system/locale/». Las rutas que empiezan por «/apps/», «/desktop/» o «/system/» están obsoletas.
[2020-03-22T21:44:40+0100] [ALPM-SCRIPTLET] Advertencia: el esquema «org.gnome.system.proxy» tiene la ruta «/system/proxy/». Las rutas que empiezan por «/apps/», «/desktop/» o «/system/» están obsoletas.
[2020-03-22T21:44:40+0100] [ALPM-SCRIPTLET] Advertencia: el esquema «org.gnome.system.proxy.http» tiene la ruta «/system/proxy/http/». Las rutas que empiezan por «/apps/», «/desktop/» o «/system/» están obsoletas.
[2020-03-22T21:44:40+0100] [ALPM-SCRIPTLET] Advertencia: el esquema «org.gnome.system.proxy.https» tiene la ruta «/system/proxy/https/». Las rutas que empiezan por «/apps/», «/desktop/» o «/system/» están obsoletas.
[2020-03-22T21:44:40+0100] [ALPM-SCRIPTLET] Advertencia: el esquema «org.gnome.system.proxy.ftp» tiene la ruta «/system/proxy/ftp/». Las rutas que empiezan por «/apps/», «/desktop/» o «/system/» están obsoletas.
[2020-03-22T21:44:40+0100] [ALPM-SCRIPTLET] Advertencia: el esquema «org.gnome.system.proxy.socks» tiene la ruta «/system/proxy/socks/». Las rutas que empiezan por «/apps/», «/desktop/» o «/system/» están obsoletas.
[2020-03-22T21:44:40+0100] [ALPM] running 'gtk-query-immodules-2.0.hook'...
[2020-03-22T21:44:40+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2020-03-22T21:44:42+0100] [ALPM] running 'systemd-tmpfiles.hook'...
[2020-03-22T21:44:42+0100] [ALPM] running 'texinfo-install.hook'...
[2020-03-22T21:44:45+0100] [ALPM] running 'update-desktop-database.hook'...
[2020-03-22T21:44:45+0100] [ALPM] running 'update-mime-database.hook'...
----------------------------------------------------------------------------------------------------------
cat /var/log/installation.log
----------------------------------------------------------------------------------------------------------
00:57:40 [6]: Using Calamares settings file at "/usr/share/calamares/settings.conf"
00:57:40 [2]: WARNING: .. Required settings.conf key oem-setup is missing.
00:57:40 [6]: Using log file: "/root/.cache/calamares/session.log"
00:57:40 [6]: Calamares version: 3.2.19rc1.20200225-git-master-6dd892e
00:57:40 [6]: languages: "ast, ca, cs, de, en, en, es, es_AR, fr, hr, hu, id_ID, it, nl_NL, pl, pt_BR, pt_PT, ro_RO, ru, sl, sr_RS, sv, tr_TR"
00:57:40 [6]: Using Calamares QML directory "/usr/share/calamares/qml"
00:57:40 [6]: Using Calamares branding file at "/usr/share/calamares/branding/kaos_branding/branding.desc"
00:57:40 [6]: Loaded branding component "kaos_branding"
00:57:40 [6]: .. No translation for "tz_" "en_US" using default (en)
00:57:40 [6]: .. Loaded QRC translation "calamares_" "en_US"
00:57:40 [6]: STARTUP: initSettings, initQmlPath, initBranding done
00:57:40 [6]: STARTUP: initModuleManager: module init started
00:57:40 [6]: Found 37 modules 37 names
00:57:40 [6]: STARTUP: initModuleManager: all modules init done
00:57:40 [6]: STARTUP: initJobQueue done
00:57:40 [6]: Available desktop QSize(984, 768) minimum size QSize(984, 520)
00:57:40 [6]: .. Proposed window size: 984 630
00:57:41 [6]: STARTUP: CalamaresWindow created; loadModules started
00:57:41 [6]: Loaded module configuration "/usr/share/calamares/modules/welcome.conf"
00:57:41 [6]: Matching locale QLocale(English, Latin, United States)
00:57:41 [6]: .. Matched with index 4 "en_US"
00:57:41 [6]: .. Branding using locale: "en_US"
00:57:41 [6]: .. No translation for "tz_" "en_US" using default (en)
00:57:41 [6]: .. Loaded QRC translation "calamares_" "en_US"
00:57:41 [6]: Welcome string false "KaOS 2020.02"
00:57:41 [6]: ViewModule "welcome@welcome" loading complete.
00:57:41 [6]: Loaded module configuration "/usr/share/calamares/modules/notesqml.conf"
00:57:41 [6]: Looking for QML for "notesqml"
00:57:41 [6]: .. Looking at QML file "/usr/share/calamares/release_notes.qml"
00:57:41 [6]: QmlViewStep "notesqml@notesqml" loading "/usr/share/calamares/release_notes.qml"
00:57:41 [6]: ViewModule "notesqml@notesqml" loading complete.
00:57:41 [6]: Loaded module configuration "/usr/share/calamares/modules/locale.conf"
00:57:41 [6]: ViewModule "locale@locale" loading complete.
00:57:41 [6]: Loaded module configuration "/usr/share/calamares/modules/keyboard.conf"
00:57:42 [6]: GeoIP found 1 elements
00:57:42 [6]: ViewModule "keyboard@keyboard" loading complete.
00:57:42 [6]: Loaded module configuration "/usr/share/calamares/modules/packagechooser.conf"
00:57:42 [6]: Loading PackageChooser model items from config
00:57:42 [6]: ViewModule "packagechooser@packagechooser" loading complete.
00:57:42 [6]: Loaded module configuration "/usr/share/calamares/modules/partition.conf"
00:57:42 [8]: Loaded backend plugin: "pmsfdiskbackendplugin"
00:57:42 [6]: Setting firmwareType to "bios"
00:57:42 [6]: Found filesystem "xfs"
00:57:42 [6]: Partition-module setting *defaultFileSystemType* "xfs"
00:57:42 [6]: Found filesystem "xfs"
00:57:42 [6]: ViewModule "partition@partition" loading complete.
00:57:42 [6]: Loaded module configuration "/usr/share/calamares/modules/users.conf"
00:57:42 [2]: WARNING: Unknown password-check key "libpwquality"
00:57:42 [6]: ViewModule "users@users" loading complete.
00:57:42 [6]: ViewModule "summary@summary" loading complete.
00:57:42 [6]: Module "partition@partition" already loaded.
00:57:42 [6]: QML import paths:
"/usr/share/calamares/qml"
"/usr/bin"
"qrc:/qt-project.org/imports"
"/usr/lib/qt5/qml"
00:57:42 [6]: QML load on startup, API 2.
00:57:42 [6]: Loaded module configuration "/usr/share/calamares/modules/mount.conf"
00:57:42 [6]: Loaded module configuration "/usr/share/calamares/modules/unpackfs.conf"
00:57:42 [6]: Loaded module configuration "/usr/share/calamares/modules/machineid.conf"
00:57:42 [6]: CppJobModule "machineid@machineid" loading complete.
00:57:42 [6]: Loaded module configuration "/usr/share/calamares/modules/fstab.conf"
00:57:42 [6]: Module "locale@locale" already loaded.
00:57:42 [6]: Module "keyboard@keyboard" already loaded.
00:57:42 [6]: No config file for "localecfg" found anywhere at
"/home/live/src/modules/localecfg/localecfg.conf"
"/etc/calamares/modules/localecfg.conf"
"/usr/share/calamares/modules/localecfg.conf"
00:57:42 [6]: CppJobModule "luksbootkeyfile@luksbootkeyfile" loading complete.
00:57:42 [6]: Loaded module configuration "/usr/share/calamares/modules/luksopenswaphookcfg.conf"
00:57:42 [6]: No config file for "initcpiocfg" found anywhere at
"/home/live/src/modules/initcpiocfg/initcpiocfg.conf"
"/etc/calamares/modules/initcpiocfg.conf"
"/usr/share/calamares/modules/initcpiocfg.conf"
00:57:42 [6]: Loaded module configuration "/usr/share/calamares/modules/hardwr.conf"
00:57:42 [6]: Module "users@users" already loaded.
00:57:42 [6]: Loaded module configuration "/usr/share/calamares/modules/services.conf"
00:57:42 [6]: Loaded module configuration "/usr/share/calamares/modules/grubconf.conf"
00:57:42 [6]: Loaded module configuration "/usr/share/calamares/modules/kdm_sddm.conf"
00:57:42 [6]: No config file for "userkf5" found anywhere at
"/home/live/src/modules/userkf5/userkf5.conf"
"/etc/calamares/modules/userkf5.conf"
"/usr/share/calamares/modules/userkf5.conf"
00:57:42 [6]: No config file for "driver_cleanup" found anywhere at
"/home/live/src/modules/driver_cleanup/driver_cleanup.conf"
"/etc/calamares/modules/driver_cleanup.conf"
"/usr/share/calamares/modules/driver_cleanup.conf"
00:57:42 [6]: No config file for "nonfree_drivers" found anywhere at
"/home/live/src/modules/nonfree_drivers/nonfree_drivers.conf"
"/etc/calamares/modules/nonfree_drivers.conf"
"/usr/share/calamares/modules/nonfree_drivers.conf"
00:57:42 [6]: No config file for "package_removal" found anywhere at
"/home/live/src/modules/package_removal/package_removal.conf"
"/etc/calamares/modules/package_removal.conf"
"/usr/share/calamares/modules/package_removal.conf"
00:57:42 [6]: Loaded module configuration "/usr/share/calamares/modules/bootldr.conf"
00:57:42 [6]: No config file for "gummi_entries" found anywhere at
"/home/live/src/modules/gummi_entries/gummi_entries.conf"
"/etc/calamares/modules/gummi_entries.conf"
"/usr/share/calamares/modules/gummi_entries.conf"
00:57:42 [6]: Loaded module configuration "/usr/share/calamares/modules/umount.conf"
00:57:42 [6]: Loaded module configuration "/usr/share/calamares/modules/finished.conf"
00:57:42 [6]: ViewModule "finished@finished" loading complete.
00:57:42 [6]: STARTUP: loadModules for all modules done
00:57:42 [6]: Checking module requirements ..
00:57:42 [6]: STARTUP: Window now visible and ProgressTreeView populated
00:57:42 [6]: .. 10 view steps loaded.
00:57:42 [6]: GeoIP result for welcome= "ES"
00:57:42 [6]: Selected locale QLocale(Spanish, Latin, Spain)
00:57:42 [6]: .. Branding using locale: "es_ES"
00:57:42 [6]: .. No translation for "tz_" "es_ES" using default (en)
00:57:42 [6]: .. Loaded QRC translation "calamares_" "es_ES"
00:57:42 [6]: Need at least storage bytes: 11274289152
00:57:42 [6]: Need at least ram bytes: 1073741824
00:57:42 [6]: GeneralRequirements output:
enoughStorage : true
enoughRam : true
hasPower : true
hasInternet : true
isRoot : true
00:57:42 [6]: Added 6 requirement results
00:57:42 [6]: xkbmap selection changed to: "us" - ""
00:57:42 [6]: QML component complete, API 2
00:57:44 [6]: .. Loading "/usr/share/calamares/branding/kaos_branding/show.qml"
00:57:44 [6]: Remaining modules: 2
"locale"
"partition"
00:57:44 [6]: QML component "/usr/share/calamares/release_notes.qml" QQmlComponent::Ready
00:57:44 [6]: QML component complete "/usr/share/calamares/release_notes.qml"
00:57:44 [8]: smartctl initialization failed for "/dev/sda" : No such file or directory
00:57:44 [8]: error during smart output parsing for "/dev/sda" : Success
00:57:44 [6]: Removing unsuitable devices: 1 candidates.
00:57:44 [6]: LIST OF DETECTED DEVICES:
00:57:44 [6]: node capacity name prettyName
00:57:44 [6]: "/dev/sda" 42944186880 "VBOX HARDDISK" "VBOX HARDDISK – 39,99 GiB (/dev/sda)"
00:57:44 [6]: .. 1 devices detected.
00:57:44 [6]: GeoIP reporting "Europe/Madrid"
00:57:45 [6]: Remaining modules: 1
"partition"
00:57:45 [6]: os-prober gave no output.
00:57:45 [6]: BLM::init with 1 devices 0 rows
00:57:45 [6]: Added 1 requirement results
00:57:45 [6]: Updating partitioning state widgets.
00:57:45 [6]: Setting up actions for "/dev/sda" with 0 entries.
00:57:45 [6]: Setting texts for 0 osprober entries
00:57:45 [6]: Replace button suppressed because none can be replaced.
00:57:45 [6]: Alongside button suppressed because none can be resized.
00:57:45 [6]: Updating partitioning preview widgets.
00:57:45 [6]: All requirements have been checked.
00:58:09 [6]: QML "onActivate()" is missing.
00:58:11 [6]: QML "onLeave()" is missing.
01:58:13 [6]: Got locale language "es_ES.UTF-8"
01:58:13 [6]: .. extracted country "Spain" :: ("es", "ES")
01:58:13 [6]: .. looking for locale part "ES"
01:58:13 [6]: .. matched "es"
01:58:13 [6]: Next level: "es"
01:58:14 [6]: xkbmap selection changed to: "es" - ""
01:58:20 [6]: PackageChooser "packagechooser_packagechooser" selected ""
01:58:22 [6]: CreatePartitionTableJob::createTable trying to make table for device "/dev/sda"
01:58:22 [6]: BLM::update holds 1 devices 1 rows
01:58:22 [6]: BLM::update holds 1 devices 1 rows
01:58:22 [6]: # Queue:
01:58:22 [6]: ## Device: "VBOX HARDDISK"
01:58:22 [6]: - "Crear una nueva tabla de partición msdos en /dev/sda."
01:58:22 [6]: - "Crear una nueva partición de 40953MiB en /dev/sda (VBOX HARDDISK) con sistema de archivos xfs."
01:58:22 [6]: Updating partitioning preview widgets.
01:58:23 [6]: PCM::setBootLoaderInstallPath "/dev/sda"
01:58:50 [0]: QLayout: Attempting to add QLayout "" to QWidget "", which already has a layout
01:58:50 [0]: QObject::setParent: Cannot set parent, new parent is in a different thread
01:58:50 [6]: Writing to GlobalStorage["partitions"]
01:58:50 [6]: .. partitions on "/dev/sda"
01:58:50 [6]: .. mapping for "" "New Partition"
mtpoint: : "/"
fs: : "xfs"
fsname : "xfs"
uuid : ""
01:58:50 [6]: Writing to GlobalStorage["partitions"]
01:58:50 [6]: .. partitions on "/dev/sda"
01:58:50 [6]: .. mapping for "" "New Partition"
mtpoint: : "/"
fs: : "xfs"
fsname : "xfs"
uuid : ""
01:58:50 [6]: Summary widget is larger than viewport, enlarge by 27 to QSize(872, 605)
01:58:54 [6]: QML "onActivate()" is missing.
01:58:54 [8]: [JOBQUEUE]: Progress for Job[ 0 ]: 0 % completed
01:58:54 [8]: [JOBQUEUE]: Progress Overall: 0 % (accumulated) + 0 % (this job) = 0 % (total)
01:58:54 [6]: Starting job "Limpiar todos los montajes temporales."
01:58:54 [6]: Opened mtab. Lines:
01:58:54 [6]: "proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0"
01:58:54 [6]: "sys /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0"
01:58:54 [6]: "dev /dev devtmpfs rw,nosuid,relatime,size=2001716k,nr_inodes=500429,mode=755 0 0"
01:58:54 [6]: "run /run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0"
01:58:54 [6]: "union / aufs rw,relatime,si=63ccff4e15fc169a 0 0"
01:58:54 [6]: "/dev/sr0 /bootmnt iso9660 ro,relatime,nojoliet,check=s,map=n,blocksize=2048,iocharset=default 0 0"
01:58:54 [6]: "securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0"
01:58:54 [6]: "tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0"
01:58:54 [6]: "devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0"
01:58:54 [6]: "tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0"
01:58:54 [6]: "cgroup2 /sys/fs/cgroup/unified cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate 0 0"
01:58:54 [6]: "cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,name=systemd 0 0"
01:58:54 [6]: "pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0"
01:58:54 [6]: "none /sys/fs/bpf bpf rw,nosuid,nodev,noexec,relatime,mode=700 0 0"
01:58:54 [6]: "cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0"
01:58:54 [6]: "cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0"
01:58:54 [6]: "cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0"
01:58:54 [6]: "cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0"
01:58:54 [6]: "cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0"
01:58:54 [6]: "cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0"
01:58:54 [6]: "cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0"
01:58:54 [6]: "cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0"
01:58:54 [6]: "cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0"
01:58:54 [6]: "systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct 0 0"
01:58:54 [6]: "debugfs /sys/kernel/debug debugfs rw,nosuid,nodev,noexec,relatime 0 0"
01:58:54 [6]: "hugetlbfs /dev/hugepages hugetlbfs rw,relatime,pagesize=2M 0 0"
01:58:54 [6]: "mqueue /dev/mqueue mqueue rw,nosuid,nodev,noexec,relatime 0 0"
01:58:54 [6]: "configfs /sys/kernel/config configfs rw,nosuid,nodev,noexec,relatime 0 0"
01:58:54 [6]: "tmpfs /tmp tmpfs rw,nosuid,nodev,relatime 0 0"
01:58:54 [6]: "tmpfs /run/user/1000 tmpfs rw,nosuid,nodev,relatime,size=403312k,mode=700,uid=1000,gid=100 0 0"
01:58:54 [6]: "fusectl /sys/fs/fuse/connections fusectl rw,nosuid,nodev,noexec,relatime 0 0"
01:58:54 [6]: ClearTempMountsJob finished. Here's what was done:
""
01:58:54 [8]: [JOBQUEUE]: Progress for Job[ 1 ]: 0 % completed
01:58:54 [8]: [JOBQUEUE]: Progress Overall: 2.38095 % (accumulated) + 0 % (this job) = 2.38095 % (total)
01:58:54 [6]: Starting job "Limpiar montajes para las operaciones de particionado en /dev/sda"
01:58:54 [0]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 6111, resource id: 37751592, major code: 40 (TranslateCoords), minor code: 0
01:58:55 [6]: ClearMountsJob finished. Here's what was done:
""
01:58:55 [8]: [JOBQUEUE]: Progress for Job[ 2 ]: 0 % completed
01:58:55 [8]: [JOBQUEUE]: Progress Overall: 4.7619 % (accumulated) + 0 % (this job) = 4.7619 % (total)
01:58:55 [6]: Starting job "Crear una nueva tabla de partición msdos en /dev/sda."
01:58:55 [6]: Creating new partition table of type "msdos" , uncommitted yet:
01:58:55 [6]: "New Partition"
01:58:55 [6]: lsblk:
"NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT\nloop0 7:0 0 11.2M 1 loop \nloop1 7:1 0 121.7M 1 loop \nloop2 7:2 0 2G 1 loop \nsda 8:0 0 40G 0 disk \nsr0 11:0 1 2.2G 0 rom /bootmnt\n"
01:58:55 [6]: mount:
"proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)\nsys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)\ndev on /dev type devtmpfs (rw,nosuid,relatime,size=2001716k,nr_inodes=500429,mode=755)\nrun on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)\nunion on / type aufs (rw,relatime,si=63ccff4e15fc169a)\n/dev/sr0 on /bootmnt type iso9660 (ro,relatime,nojoliet,check=s,map=n,blocksize=2048,iocharset=default)\nsecurityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)\ntmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)\ndevpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)\ntmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)\ncgroup2 on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)\ncgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)\npstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)\nnone on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)\ncgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)\ncgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)\ncgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)\ncgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)\ncgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)\ncgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)\ncgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)\ncgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)\ncgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)\nsystemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)\ndebugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)\nhugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)\nmqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)\nconfigfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)\ntmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)\ntmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=403312k,mode=700,uid=1000,gid=100)\nfusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)\n"
01:58:56 [8]: [JOBQUEUE]: Progress for Job[ 3 ]: 0 % completed
01:58:56 [8]: [JOBQUEUE]: Progress Overall: 7.14286 % (accumulated) + 0 % (this job) = 7.14286 % (total)
01:58:56 [6]: Starting job "Crear una nueva partición de 40953MiB en /dev/sda (VBOX HARDDISK) con sistema de archivos xfs."
01:58:57 [8]: [JOBQUEUE]: Progress for Job[ 4 ]: 0 % completed
01:58:57 [8]: [JOBQUEUE]: Progress Overall: 9.52381 % (accumulated) + 0 % (this job) = 9.52381 % (total)
01:58:57 [6]: Starting job "Establecer la información de la partición"
01:58:57 [6]: Writing to GlobalStorage["partitions"]
01:58:57 [6]: .. partitions on "/dev/sda"
01:58:57 [6]: .. mapping for "/dev/sda1" "/dev/sda1"
mtpoint: : "/"
fs: : "xfs"
fsname : "xfs"
uuid : "5528cc64-d588-4b68-87c8-4d496cad2f85"
01:58:57 [6]: FillGlobalStorageJob writing bootLoader path: QVariant(QVariantMap, QMap(("installPath", QVariant(QString, "/dev/sda"))))
01:58:57 [8]: [JOBQUEUE]: Progress for Job[ 5 ]: 0 % completed
01:58:57 [8]: [JOBQUEUE]: Progress Overall: 11.9048 % (accumulated) + 0 % (this job) = 11.9048 % (total)
01:58:57 [6]: Starting job "mount"
01:58:57 [6]: Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale")
01:58:57 [6]: .. Found "es_ES" in "/usr/share/locale/es_ES"
01:58:57 [6]: Job file "/usr/lib/calamares/modules/mount/main.py"
01:58:57 [6]: Job description from pretty_name "mount" = "Mounting partitions."
01:58:57 [8]: [JOBQUEUE]: Progress for Job[ 5 ]: 0 % completed
01:58:57 [8]: [JOBQUEUE]: Progress Overall: 11.9048 % (accumulated) + 0 % (this job) = 11.9048 % (total)
01:58:57 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 0 % completed
01:58:57 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 0 % (this job) = 14.2857 % (total)
01:58:57 [6]: Starting job "unpackfs"
01:58:57 [6]: Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale")
01:58:57 [6]: .. Found "es_ES" in "/usr/share/locale/es_ES"
01:58:57 [6]: Job file "/usr/lib/calamares/modules/unpackfs/main.py"
01:58:57 [6]: Job description from pretty_name "unpackfs" = "Filling up filesystems."
01:58:57 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 0 % completed
01:58:57 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 0 % (this job) = 14.2857 % (total)
01:58:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 0 % completed
01:58:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 0 % (this job) = 14.2857 % (total)
01:58:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.03041 % completed
01:58:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.43726 % (this job) = 15.723 % (total)
01:58:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.07572 % completed
01:58:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.45021 % (this job) = 15.7359 % (total)
01:58:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.10613 % completed
01:58:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.45889 % (this job) = 15.7446 % (total)
01:58:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.1481 % completed
01:58:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.47088 % (this job) = 15.7566 % (total)
01:58:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.17851 % completed
01:58:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.47957 % (this job) = 15.7653 % (total)
01:58:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.20892 % completed
01:58:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.48826 % (this job) = 15.774 % (total)
01:58:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.31687 % completed
01:58:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.51911 % (this job) = 15.8048 % (total)
01:58:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.34728 % completed
01:58:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.52779 % (this job) = 15.8135 % (total)
01:59:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.378 % completed
01:59:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.53657 % (this job) = 15.8223 % (total)
01:59:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.40841 % completed
01:59:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.54526 % (this job) = 15.831 % (total)
01:59:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.43882 % completed
01:59:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.55395 % (this job) = 15.8397 % (total)
01:59:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.48139 % completed
01:59:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.56611 % (this job) = 15.8518 % (total)
01:59:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.5118 % completed
01:59:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.5748 % (this job) = 15.8605 % (total)
01:59:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.54221 % completed
01:59:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.58349 % (this job) = 15.8692 % (total)
01:59:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.57262 % completed
01:59:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.59218 % (this job) = 15.8779 % (total)
01:59:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.60455 % completed
01:59:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.6013 % (this job) = 15.887 % (total)
01:59:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.63496 % completed
01:59:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.60999 % (this job) = 15.8957 % (total)
01:59:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.66537 % completed
01:59:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.61868 % (this job) = 15.9044 % (total)
01:59:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.69578 % completed
01:59:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.62737 % (this job) = 15.9131 % (total)
01:59:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.72649 % completed
01:59:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.63614 % (this job) = 15.9219 % (total)
01:59:13 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.7569 % completed
01:59:13 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.64483 % (this job) = 15.9305 % (total)
01:59:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.78731 % completed
01:59:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.65352 % (this job) = 15.9392 % (total)
01:59:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.81772 % completed
01:59:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.66221 % (this job) = 15.9479 % (total)
01:59:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.84813 % completed
01:59:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.6709 % (this job) = 15.9566 % (total)
01:59:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.87854 % completed
01:59:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.67958 % (this job) = 15.9653 % (total)
01:59:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.91199 % completed
01:59:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.68914 % (this job) = 15.9749 % (total)
01:59:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.94271 % completed
01:59:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.69792 % (this job) = 15.9836 % (total)
01:59:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 5.97312 % completed
01:59:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.70661 % (this job) = 15.9923 % (total)
01:59:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.00353 % completed
01:59:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.71529 % (this job) = 16.001 % (total)
01:59:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.03394 % completed
01:59:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.72398 % (this job) = 16.0097 % (total)
01:59:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.06435 % completed
01:59:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.73267 % (this job) = 16.0184 % (total)
01:59:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.09476 % completed
01:59:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.74136 % (this job) = 16.0271 % (total)
01:59:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.12517 % completed
01:59:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.75005 % (this job) = 16.0358 % (total)
01:59:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.15558 % completed
01:59:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.75874 % (this job) = 16.0445 % (total)
01:59:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.20454 % completed
01:59:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.77272 % (this job) = 16.0584 % (total)
01:59:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.23495 % completed
01:59:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.78141 % (this job) = 16.0671 % (total)
01:59:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.26536 % completed
01:59:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.7901 % (this job) = 16.0758 % (total)
01:59:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.29577 % completed
01:59:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.79879 % (this job) = 16.0845 % (total)
01:59:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.32618 % completed
01:59:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.80748 % (this job) = 16.0932 % (total)
01:59:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.35659 % completed
01:59:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.81617 % (this job) = 16.1019 % (total)
01:59:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.387 % completed
01:59:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.82486 % (this job) = 16.1106 % (total)
01:59:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.41741 % completed
01:59:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.83354 % (this job) = 16.1193 % (total)
01:59:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.44782 % completed
01:59:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.84223 % (this job) = 16.1279 % (total)
01:59:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.47823 % completed
01:59:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.85092 % (this job) = 16.1366 % (total)
01:59:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.50864 % completed
01:59:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.85961 % (this job) = 16.1453 % (total)
01:59:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.53905 % completed
01:59:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.8683 % (this job) = 16.154 % (total)
01:59:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.56946 % completed
01:59:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.87699 % (this job) = 16.1627 % (total)
01:59:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.59987 % completed
01:59:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.88568 % (this job) = 16.1714 % (total)
01:59:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.63028 % completed
01:59:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.89436 % (this job) = 16.1801 % (total)
01:59:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.66069 % completed
01:59:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.90305 % (this job) = 16.1888 % (total)
01:59:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.6911 % completed
01:59:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.91174 % (this job) = 16.1975 % (total)
01:59:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.72546 % completed
01:59:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.92156 % (this job) = 16.2073 % (total)
01:59:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.75587 % completed
01:59:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.93025 % (this job) = 16.216 % (total)
01:59:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.78628 % completed
01:59:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.93894 % (this job) = 16.2247 % (total)
01:59:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.81669 % completed
01:59:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.94763 % (this job) = 16.2333 % (total)
01:59:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.85227 % completed
01:59:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.95779 % (this job) = 16.2435 % (total)
01:59:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.89393 % completed
01:59:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.96969 % (this job) = 16.2554 % (total)
01:59:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.92434 % completed
01:59:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.97838 % (this job) = 16.2641 % (total)
01:59:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.95475 % completed
01:59:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.98707 % (this job) = 16.2728 % (total)
01:59:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 6.98516 % completed
01:59:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 1.99576 % (this job) = 16.2815 % (total)
01:59:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.01557 % completed
01:59:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.00445 % (this job) = 16.2902 % (total)
01:59:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.04598 % completed
01:59:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.01314 % (this job) = 16.2989 % (total)
01:59:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.07639 % completed
01:59:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.02183 % (this job) = 16.3075 % (total)
01:59:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.1068 % completed
01:59:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.03051 % (this job) = 16.3162 % (total)
01:59:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.13721 % completed
01:59:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.0392 % (this job) = 16.3249 % (total)
01:59:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.16762 % completed
01:59:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.04789 % (this job) = 16.3336 % (total)
01:59:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.19803 % completed
01:59:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.05658 % (this job) = 16.3423 % (total)
01:59:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.22844 % completed
01:59:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.06527 % (this job) = 16.351 % (total)
01:59:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.25885 % completed
01:59:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.07396 % (this job) = 16.3597 % (total)
01:59:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.28926 % completed
01:59:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.08265 % (this job) = 16.3684 % (total)
01:59:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.31967 % completed
01:59:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.09133 % (this job) = 16.377 % (total)
01:59:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.35008 % completed
01:59:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.10002 % (this job) = 16.3857 % (total)
01:59:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.38049 % completed
01:59:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.10871 % (this job) = 16.3944 % (total)
01:59:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.4109 % completed
01:59:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.1174 % (this job) = 16.4031 % (total)
01:59:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.44131 % completed
01:59:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.12609 % (this job) = 16.4118 % (total)
01:59:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.47172 % completed
01:59:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.13478 % (this job) = 16.4205 % (total)
01:59:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.50213 % completed
01:59:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.14347 % (this job) = 16.4292 % (total)
01:59:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.53254 % completed
01:59:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.15215 % (this job) = 16.4379 % (total)
01:59:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.56295 % completed
01:59:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.16084 % (this job) = 16.4466 % (total)
01:59:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.59336 % completed
01:59:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.16953 % (this job) = 16.4552 % (total)
01:59:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.62377 % completed
01:59:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.17822 % (this job) = 16.4639 % (total)
01:59:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.656 % completed
01:59:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.18743 % (this job) = 16.4731 % (total)
01:59:30 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.68641 % completed
01:59:30 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.19612 % (this job) = 16.4818 % (total)
01:59:30 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.71682 % completed
01:59:30 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.20481 % (this job) = 16.4905 % (total)
01:59:30 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.74723 % completed
01:59:30 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.2135 % (this job) = 16.4992 % (total)
01:59:30 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.77764 % completed
01:59:30 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.22218 % (this job) = 16.5079 % (total)
01:59:31 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.80805 % completed
01:59:31 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.23087 % (this job) = 16.5166 % (total)
01:59:32 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.83846 % completed
01:59:32 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.23956 % (this job) = 16.5253 % (total)
01:59:32 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.86887 % completed
01:59:32 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.24825 % (this job) = 16.534 % (total)
01:59:33 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.89928 % completed
01:59:33 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.25694 % (this job) = 16.5427 % (total)
01:59:33 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.92969 % completed
01:59:33 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.26563 % (this job) = 16.5513 % (total)
01:59:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.9601 % completed
01:59:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.27431 % (this job) = 16.56 % (total)
01:59:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 7.99051 % completed
01:59:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.283 % (this job) = 16.5687 % (total)
01:59:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.02092 % completed
01:59:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.29169 % (this job) = 16.5774 % (total)
01:59:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.05133 % completed
01:59:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.30038 % (this job) = 16.5861 % (total)
01:59:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.09269 % completed
01:59:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.3122 % (this job) = 16.5979 % (total)
01:59:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.1231 % completed
01:59:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.32089 % (this job) = 16.6066 % (total)
01:59:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.15351 % completed
01:59:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.32957 % (this job) = 16.6153 % (total)
01:59:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.18392 % completed
01:59:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.33826 % (this job) = 16.624 % (total)
01:59:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.21433 % completed
01:59:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.34695 % (this job) = 16.6327 % (total)
01:59:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.24504 % completed
01:59:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.35573 % (this job) = 16.6414 % (total)
01:59:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.27545 % completed
01:59:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.36442 % (this job) = 16.6501 % (total)
01:59:48 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.30586 % completed
01:59:48 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.3731 % (this job) = 16.6588 % (total)
01:59:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.33627 % completed
01:59:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.38179 % (this job) = 16.6675 % (total)
01:59:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.36668 % completed
01:59:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.39048 % (this job) = 16.6762 % (total)
01:59:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.39709 % completed
01:59:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.39917 % (this job) = 16.6849 % (total)
01:59:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.4275 % completed
01:59:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.40786 % (this job) = 16.6936 % (total)
01:59:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.45791 % completed
01:59:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.41655 % (this job) = 16.7023 % (total)
01:59:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.48832 % completed
01:59:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.42524 % (this job) = 16.7109 % (total)
01:59:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.51873 % completed
01:59:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.43392 % (this job) = 16.7196 % (total)
01:59:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.54914 % completed
01:59:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.44261 % (this job) = 16.7283 % (total)
01:59:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.57955 % completed
01:59:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.4513 % (this job) = 16.737 % (total)
01:59:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.60996 % completed
01:59:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.45999 % (this job) = 16.7457 % (total)
01:59:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.64037 % completed
01:59:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.46868 % (this job) = 16.7544 % (total)
01:59:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.67078 % completed
01:59:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.47737 % (this job) = 16.7631 % (total)
01:59:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.7015 % completed
01:59:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.48614 % (this job) = 16.7719 % (total)
01:59:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.73191 % completed
01:59:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.49483 % (this job) = 16.7805 % (total)
01:59:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.76232 % completed
01:59:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.50352 % (this job) = 16.7892 % (total)
01:59:57 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.79273 % completed
01:59:57 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.51221 % (this job) = 16.7979 % (total)
01:59:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.82314 % completed
01:59:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.5209 % (this job) = 16.8066 % (total)
01:59:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.85355 % completed
01:59:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.52958 % (this job) = 16.8153 % (total)
01:59:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.88396 % completed
01:59:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.53827 % (this job) = 16.824 % (total)
01:59:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.91437 % completed
01:59:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.54696 % (this job) = 16.8327 % (total)
01:59:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.94478 % completed
01:59:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.55565 % (this job) = 16.8414 % (total)
01:59:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 8.97519 % completed
01:59:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.56434 % (this job) = 16.8501 % (total)
01:59:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.0056 % completed
01:59:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.57303 % (this job) = 16.8587 % (total)
01:59:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.12693 % completed
01:59:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.60769 % (this job) = 16.8934 % (total)
01:59:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.15734 % completed
01:59:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.61638 % (this job) = 16.9021 % (total)
01:59:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.18775 % completed
01:59:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.62507 % (this job) = 16.9108 % (total)
01:59:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.21816 % completed
01:59:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.63376 % (this job) = 16.9195 % (total)
01:59:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.24857 % completed
01:59:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.64245 % (this job) = 16.9282 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.27898 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.65114 % (this job) = 16.9369 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.30939 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.65983 % (this job) = 16.9455 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.3398 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.66851 % (this job) = 16.9542 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.38663 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.68189 % (this job) = 16.9676 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.41704 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.69058 % (this job) = 16.9763 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.44745 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.69927 % (this job) = 16.985 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.47786 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.70796 % (this job) = 16.9937 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.50827 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.71665 % (this job) = 17.0024 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.53868 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.72534 % (this job) = 17.0111 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.56909 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.73403 % (this job) = 17.0197 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.5995 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.74271 % (this job) = 17.0284 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.62991 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.7514 % (this job) = 17.0371 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.66032 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.76009 % (this job) = 17.0458 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.69073 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.76878 % (this job) = 17.0545 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.72114 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.77747 % (this job) = 17.0632 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.75155 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.78616 % (this job) = 17.0719 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.78196 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.79485 % (this job) = 17.0806 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.81237 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.80353 % (this job) = 17.0892 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.84278 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.81222 % (this job) = 17.0979 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.87319 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.82091 % (this job) = 17.1066 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.9036 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.8296 % (this job) = 17.1153 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.93401 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.83829 % (this job) = 17.124 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.96442 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.84698 % (this job) = 17.1327 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 9.99483 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.85567 % (this job) = 17.1414 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.0252 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.86435 % (this job) = 17.1501 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.0557 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.87304 % (this job) = 17.1588 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.0861 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.88173 % (this job) = 17.1674 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.1165 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.89042 % (this job) = 17.1761 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.1469 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.89911 % (this job) = 17.1848 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.1773 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.9078 % (this job) = 17.1935 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.2077 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.91649 % (this job) = 17.2022 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.2381 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.92517 % (this job) = 17.2109 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.2685 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.93386 % (this job) = 17.2196 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.2989 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.94255 % (this job) = 17.2283 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.3293 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.95124 % (this job) = 17.237 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.3597 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.95993 % (this job) = 17.2456 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.3902 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.96862 % (this job) = 17.2543 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.4206 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.97731 % (this job) = 17.263 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.451 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.98599 % (this job) = 17.2717 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.4814 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 2.99468 % (this job) = 17.2804 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.5118 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.00337 % (this job) = 17.2891 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.5422 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.01206 % (this job) = 17.2978 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.5726 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.02075 % (this job) = 17.3065 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.603 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.02944 % (this job) = 17.3152 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.6334 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.03813 % (this job) = 17.3238 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.6638 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.04681 % (this job) = 17.3325 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.6943 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.0555 % (this job) = 17.3412 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.7247 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.06419 % (this job) = 17.3499 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.7551 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.07288 % (this job) = 17.3586 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.7855 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.08157 % (this job) = 17.3673 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.8159 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.09026 % (this job) = 17.376 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.8463 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.09895 % (this job) = 17.3847 % (total)
02:00:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.8767 % completed
02:00:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.10763 % (this job) = 17.3933 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.9071 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.11632 % (this job) = 17.402 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.9375 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.12501 % (this job) = 17.4107 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.9679 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.1337 % (this job) = 17.4194 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 10.9984 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.14239 % (this job) = 17.4281 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.0288 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.15108 % (this job) = 17.4368 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.0592 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.15977 % (this job) = 17.4455 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.0896 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.16845 % (this job) = 17.4542 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.12 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.17714 % (this job) = 17.4629 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.1504 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.18583 % (this job) = 17.4715 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.1808 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.19452 % (this job) = 17.4802 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.2112 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.20321 % (this job) = 17.4889 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.2629 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.21798 % (this job) = 17.5037 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.2933 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.22667 % (this job) = 17.5124 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.3237 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.23536 % (this job) = 17.5211 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.3542 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.24404 % (this job) = 17.5298 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.3846 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.25273 % (this job) = 17.5384 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.415 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.26142 % (this job) = 17.5471 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.4454 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.27011 % (this job) = 17.5558 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.4761 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.27889 % (this job) = 17.5646 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.5071 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.28775 % (this job) = 17.5735 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.5375 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.29644 % (this job) = 17.5822 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.5679 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.30512 % (this job) = 17.5908 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.5983 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.31381 % (this job) = 17.5995 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.6288 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.3225 % (this job) = 17.6082 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.6592 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.33119 % (this job) = 17.6169 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.6896 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.33988 % (this job) = 17.6256 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.72 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.34857 % (this job) = 17.6343 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.7504 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.35726 % (this job) = 17.643 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.7808 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.36594 % (this job) = 17.6517 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.8112 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.37463 % (this job) = 17.6603 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.8416 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.38332 % (this job) = 17.669 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.872 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.39201 % (this job) = 17.6777 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.904 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.40113 % (this job) = 17.6868 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.9344 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.40982 % (this job) = 17.6955 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.9648 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.41851 % (this job) = 17.7042 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 11.9952 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.4272 % (this job) = 17.7129 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.0256 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.43589 % (this job) = 17.7216 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.056 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.44458 % (this job) = 17.7303 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.0864 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.45326 % (this job) = 17.739 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.1168 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.46195 % (this job) = 17.7477 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.1472 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.47064 % (this job) = 17.7564 % (total)
02:00:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.1777 % completed
02:00:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.47933 % (this job) = 17.765 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.2081 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.48802 % (this job) = 17.7737 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.2385 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.49671 % (this job) = 17.7824 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.2689 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.5054 % (this job) = 17.7911 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.2993 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.51408 % (this job) = 17.7998 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.3297 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.52277 % (this job) = 17.8085 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.3607 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.53164 % (this job) = 17.8173 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.3911 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.54032 % (this job) = 17.826 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.4215 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.54901 % (this job) = 17.8347 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.4538 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.55822 % (this job) = 17.8439 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.4884 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.56813 % (this job) = 17.8538 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.5189 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.57682 % (this job) = 17.8625 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.5493 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.5855 % (this job) = 17.8712 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.5797 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.59419 % (this job) = 17.8799 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.6101 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.60288 % (this job) = 17.8886 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.6405 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.61157 % (this job) = 17.8973 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.6709 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.62026 % (this job) = 17.906 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.7013 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.62895 % (this job) = 17.9147 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.7317 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.63764 % (this job) = 17.9233 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.7624 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.64641 % (this job) = 17.9321 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.7928 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.6551 % (this job) = 17.9408 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.8233 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.66379 % (this job) = 17.9495 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.8537 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.67248 % (this job) = 17.9582 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.8841 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.68116 % (this job) = 17.9669 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.9145 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.68985 % (this job) = 17.9756 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.9449 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.69854 % (this job) = 17.9843 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 12.9753 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.70723 % (this job) = 17.9929 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.0057 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.71592 % (this job) = 18.0016 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.0361 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.72461 % (this job) = 18.0103 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.0665 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.7333 % (this job) = 18.019 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.0969 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.74198 % (this job) = 18.0277 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.1274 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.75067 % (this job) = 18.0364 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.1578 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.75936 % (this job) = 18.0451 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.1882 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.76805 % (this job) = 18.0538 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.2186 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.77674 % (this job) = 18.0625 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.249 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.78543 % (this job) = 18.0711 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.2794 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.79412 % (this job) = 18.0798 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.3098 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.8028 % (this job) = 18.0885 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.3402 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.81149 % (this job) = 18.0972 % (total)
02:00:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.3706 % completed
02:00:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.82018 % (this job) = 18.1059 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.401 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.82887 % (this job) = 18.1146 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.4315 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.83756 % (this job) = 18.1233 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.4619 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.84625 % (this job) = 18.132 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.4923 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.85494 % (this job) = 18.1407 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.5227 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.86362 % (this job) = 18.1493 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.5531 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.87231 % (this job) = 18.158 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.5835 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.881 % (this job) = 18.1667 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.6139 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.88969 % (this job) = 18.1754 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.6443 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.89838 % (this job) = 18.1841 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.6747 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.90707 % (this job) = 18.1928 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.7051 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.91576 % (this job) = 18.2015 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.7356 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.92444 % (this job) = 18.2102 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.766 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.93313 % (this job) = 18.2188 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.7964 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.94182 % (this job) = 18.2275 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.8268 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.95051 % (this job) = 18.2362 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.8572 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.9592 % (this job) = 18.2449 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.8876 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.96789 % (this job) = 18.2536 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.918 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.97658 % (this job) = 18.2623 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.9484 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.98526 % (this job) = 18.271 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 13.9788 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 3.99395 % (this job) = 18.2797 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.0092 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.00264 % (this job) = 18.2884 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.0397 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.01133 % (this job) = 18.297 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.0707 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.02019 % (this job) = 18.3059 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.1011 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.02888 % (this job) = 18.3146 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.1315 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.03757 % (this job) = 18.3233 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.1619 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.04626 % (this job) = 18.332 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.1923 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.05495 % (this job) = 18.3407 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.2227 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.06363 % (this job) = 18.3493 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.2531 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.07232 % (this job) = 18.358 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.2835 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.08101 % (this job) = 18.3667 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.3143 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.08979 % (this job) = 18.3755 % (total)
02:00:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.3447 % completed
02:00:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.09848 % (this job) = 18.3842 % (total)
02:00:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.3751 % completed
02:00:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.10716 % (this job) = 18.3929 % (total)
02:00:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.4061 % completed
02:00:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.11603 % (this job) = 18.4017 % (total)
02:00:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.4365 % completed
02:00:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.12472 % (this job) = 18.4104 % (total)
02:00:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.4669 % completed
02:00:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.1334 % (this job) = 18.4191 % (total)
02:00:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.4973 % completed
02:00:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.14209 % (this job) = 18.4278 % (total)
02:00:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.5277 % completed
02:00:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.15078 % (this job) = 18.4365 % (total)
02:00:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.5581 % completed
02:00:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.15947 % (this job) = 18.4452 % (total)
02:00:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.5886 % completed
02:00:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.16816 % (this job) = 18.4539 % (total)
02:00:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.619 % completed
02:00:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.17685 % (this job) = 18.4626 % (total)
02:00:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.6494 % completed
02:00:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.18554 % (this job) = 18.4712 % (total)
02:00:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.6798 % completed
02:00:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.19422 % (this job) = 18.4799 % (total)
02:00:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.7102 % completed
02:00:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.20291 % (this job) = 18.4886 % (total)
02:00:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.7406 % completed
02:00:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.2116 % (this job) = 18.4973 % (total)
02:00:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.771 % completed
02:00:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.22029 % (this job) = 18.506 % (total)
02:00:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.8014 % completed
02:00:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.22898 % (this job) = 18.5147 % (total)
02:00:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.8318 % completed
02:00:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.23767 % (this job) = 18.5234 % (total)
02:00:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.8622 % completed
02:00:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.24636 % (this job) = 18.5321 % (total)
02:00:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.8927 % completed
02:00:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.25504 % (this job) = 18.5408 % (total)
02:00:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.9231 % completed
02:00:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.26373 % (this job) = 18.5494 % (total)
02:00:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.9544 % completed
02:00:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.27268 % (this job) = 18.5584 % (total)
02:00:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 14.9848 % completed
02:00:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.28137 % (this job) = 18.5671 % (total)
02:00:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.0152 % completed
02:00:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.29006 % (this job) = 18.5758 % (total)
02:00:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.0459 % completed
02:00:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.29883 % (this job) = 18.5845 % (total)
02:00:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.0763 % completed
02:00:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.30752 % (this job) = 18.5932 % (total)
02:00:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.1067 % completed
02:00:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.31621 % (this job) = 18.6019 % (total)
02:00:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.1371 % completed
02:00:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.3249 % (this job) = 18.6106 % (total)
02:00:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.1676 % completed
02:00:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.33359 % (this job) = 18.6193 % (total)
02:00:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.198 % completed
02:00:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.34228 % (this job) = 18.628 % (total)
02:00:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.2284 % completed
02:00:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.35097 % (this job) = 18.6367 % (total)
02:00:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.2588 % completed
02:00:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.35965 % (this job) = 18.6454 % (total)
02:00:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.2892 % completed
02:00:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.36834 % (this job) = 18.6541 % (total)
02:00:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.3196 % completed
02:00:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.37703 % (this job) = 18.6627 % (total)
02:00:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.35 % completed
02:00:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.38572 % (this job) = 18.6714 % (total)
02:00:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.3829 % completed
02:00:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.3951 % (this job) = 18.6808 % (total)
02:00:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.4133 % completed
02:00:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.40379 % (this job) = 18.6895 % (total)
02:00:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.4437 % completed
02:00:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.41248 % (this job) = 18.6982 % (total)
02:00:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.4741 % completed
02:00:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.42117 % (this job) = 18.7069 % (total)
02:00:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.5045 % completed
02:00:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.42986 % (this job) = 18.7156 % (total)
02:00:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.5349 % completed
02:00:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.43855 % (this job) = 18.7243 % (total)
02:00:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.5653 % completed
02:00:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.44723 % (this job) = 18.7329 % (total)
02:00:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.5957 % completed
02:00:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.45592 % (this job) = 18.7416 % (total)
02:00:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.6261 % completed
02:00:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.46461 % (this job) = 18.7503 % (total)
02:00:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.6566 % completed
02:00:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.4733 % (this job) = 18.759 % (total)
02:00:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.687 % completed
02:00:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.48199 % (this job) = 18.7677 % (total)
02:00:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.7183 % completed
02:00:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.49094 % (this job) = 18.7767 % (total)
02:00:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.7487 % completed
02:00:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.49963 % (this job) = 18.7853 % (total)
02:00:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.7791 % completed
02:00:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.50831 % (this job) = 18.794 % (total)
02:00:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.8095 % completed
02:00:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.517 % (this job) = 18.8027 % (total)
02:00:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.8414 % completed
02:00:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.52613 % (this job) = 18.8118 % (total)
02:00:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.8719 % completed
02:00:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.53482 % (this job) = 18.8205 % (total)
02:00:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.9023 % completed
02:00:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.5435 % (this job) = 18.8292 % (total)
02:00:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.9342 % completed
02:00:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.55263 % (this job) = 18.8383 % (total)
02:00:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.9646 % completed
02:00:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.56132 % (this job) = 18.847 % (total)
02:00:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 15.995 % completed
02:00:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.57 % (this job) = 18.8557 % (total)
02:00:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.0254 % completed
02:00:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.57869 % (this job) = 18.8644 % (total)
02:00:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.0558 % completed
02:00:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.58738 % (this job) = 18.8731 % (total)
02:00:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.0862 % completed
02:00:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.59607 % (this job) = 18.8818 % (total)
02:00:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.1167 % completed
02:00:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.60476 % (this job) = 18.8905 % (total)
02:00:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.1471 % completed
02:00:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.61345 % (this job) = 18.8992 % (total)
02:00:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.1775 % completed
02:00:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.62213 % (this job) = 18.9078 % (total)
02:00:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.2079 % completed
02:00:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.63082 % (this job) = 18.9165 % (total)
02:00:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.2383 % completed
02:00:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.63951 % (this job) = 18.9252 % (total)
02:00:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.2687 % completed
02:00:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.6482 % (this job) = 18.9339 % (total)
02:00:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.2991 % completed
02:00:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.65689 % (this job) = 18.9426 % (total)
02:00:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.3295 % completed
02:00:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.66558 % (this job) = 18.9513 % (total)
02:00:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.3599 % completed
02:00:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.67427 % (this job) = 18.96 % (total)
02:00:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.3903 % completed
02:00:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.68295 % (this job) = 18.9687 % (total)
02:00:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.4208 % completed
02:00:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.69164 % (this job) = 18.9774 % (total)
02:00:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.4512 % completed
02:00:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.70033 % (this job) = 18.986 % (total)
02:00:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.4816 % completed
02:00:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.70902 % (this job) = 18.9947 % (total)
02:00:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.512 % completed
02:00:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.71771 % (this job) = 19.0034 % (total)
02:00:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.5482 % completed
02:00:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.72805 % (this job) = 19.0138 % (total)
02:00:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.5786 % completed
02:00:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.73674 % (this job) = 19.0225 % (total)
02:00:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.609 % completed
02:00:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.74543 % (this job) = 19.0311 % (total)
02:00:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.6394 % completed
02:00:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.75411 % (this job) = 19.0398 % (total)
02:00:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.6698 % completed
02:00:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.7628 % (this job) = 19.0485 % (total)
02:00:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.7002 % completed
02:00:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.77149 % (this job) = 19.0572 % (total)
02:00:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.7306 % completed
02:00:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.78018 % (this job) = 19.0659 % (total)
02:00:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.761 % completed
02:00:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.78887 % (this job) = 19.0746 % (total)
02:00:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.7914 % completed
02:00:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.79756 % (this job) = 19.0833 % (total)
02:00:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.8219 % completed
02:00:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.80625 % (this job) = 19.092 % (total)
02:00:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.8523 % completed
02:00:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.81493 % (this job) = 19.1006 % (total)
02:00:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.8827 % completed
02:00:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.82362 % (this job) = 19.1093 % (total)
02:00:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.9131 % completed
02:00:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.83231 % (this job) = 19.118 % (total)
02:00:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.9435 % completed
02:00:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.841 % (this job) = 19.1267 % (total)
02:00:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 16.9739 % completed
02:00:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.84969 % (this job) = 19.1354 % (total)
02:00:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.0043 % completed
02:00:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.85838 % (this job) = 19.1441 % (total)
02:00:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.035 % completed
02:00:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.86715 % (this job) = 19.1529 % (total)
02:00:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.0654 % completed
02:00:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.87584 % (this job) = 19.1616 % (total)
02:00:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.0959 % completed
02:00:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.88453 % (this job) = 19.1702 % (total)
02:00:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.1263 % completed
02:00:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.89322 % (this job) = 19.1789 % (total)
02:00:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.1567 % completed
02:00:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.90191 % (this job) = 19.1876 % (total)
02:00:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.1871 % completed
02:00:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.91059 % (this job) = 19.1963 % (total)
02:00:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.2175 % completed
02:00:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.91928 % (this job) = 19.205 % (total)
02:00:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.2479 % completed
02:00:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.92797 % (this job) = 19.2137 % (total)
02:00:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.2783 % completed
02:00:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.93666 % (this job) = 19.2224 % (total)
02:00:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.3087 % completed
02:00:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.94535 % (this job) = 19.2311 % (total)
02:00:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.3391 % completed
02:00:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.95404 % (this job) = 19.2398 % (total)
02:00:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.3695 % completed
02:00:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.96273 % (this job) = 19.2484 % (total)
02:00:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.4 % completed
02:00:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.97141 % (this job) = 19.2571 % (total)
02:00:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.4398 % completed
02:00:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.9828 % (this job) = 19.2685 % (total)
02:00:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.4702 % completed
02:00:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 4.99149 % (this job) = 19.2772 % (total)
02:00:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.5006 % completed
02:00:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.00017 % (this job) = 19.2859 % (total)
02:00:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.531 % completed
02:00:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.00886 % (this job) = 19.2946 % (total)
02:00:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.5614 % completed
02:00:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.01755 % (this job) = 19.3033 % (total)
02:00:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.5918 % completed
02:00:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.02624 % (this job) = 19.312 % (total)
02:00:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.6222 % completed
02:00:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.03493 % (this job) = 19.3206 % (total)
02:00:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.6527 % completed
02:00:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.04362 % (this job) = 19.3293 % (total)
02:00:13 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.6831 % completed
02:00:13 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.05231 % (this job) = 19.338 % (total)
02:00:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.7135 % completed
02:00:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.06099 % (this job) = 19.3467 % (total)
02:00:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.7439 % completed
02:00:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.06968 % (this job) = 19.3554 % (total)
02:00:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.7743 % completed
02:00:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.07837 % (this job) = 19.3641 % (total)
02:00:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.8053 % completed
02:00:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.08723 % (this job) = 19.3729 % (total)
02:00:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.8357 % completed
02:00:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.09592 % (this job) = 19.3816 % (total)
02:00:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.8661 % completed
02:00:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.10461 % (this job) = 19.3903 % (total)
02:00:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.8965 % completed
02:00:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.1133 % (this job) = 19.399 % (total)
02:00:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.927 % completed
02:00:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.12199 % (this job) = 19.4077 % (total)
02:00:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.9577 % completed
02:00:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.13076 % (this job) = 19.4165 % (total)
02:00:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 17.9881 % completed
02:00:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.13945 % (this job) = 19.4252 % (total)
02:00:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.0185 % completed
02:00:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.14814 % (this job) = 19.4339 % (total)
02:00:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.0489 % completed
02:00:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.15683 % (this job) = 19.4425 % (total)
02:00:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.0793 % completed
02:00:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.16552 % (this job) = 19.4512 % (total)
02:00:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.1097 % completed
02:00:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.17421 % (this job) = 19.4599 % (total)
02:00:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.1401 % completed
02:00:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.18289 % (this job) = 19.4686 % (total)
02:00:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.1705 % completed
02:00:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.19158 % (this job) = 19.4773 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.2009 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.20027 % (this job) = 19.486 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.2314 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.20896 % (this job) = 19.4947 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.2618 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.21765 % (this job) = 19.5034 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.2922 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.22634 % (this job) = 19.5121 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.3226 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.23503 % (this job) = 19.5207 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.353 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.24371 % (this job) = 19.5294 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.3834 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.2524 % (this job) = 19.5381 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.4138 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.26109 % (this job) = 19.5468 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.4442 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.26978 % (this job) = 19.5555 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.4746 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.27847 % (this job) = 19.5642 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.505 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.28716 % (this job) = 19.5729 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.5355 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.29585 % (this job) = 19.5816 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.5659 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.30453 % (this job) = 19.5902 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.5963 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.31322 % (this job) = 19.5989 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.6267 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.32191 % (this job) = 19.6076 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.6741 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.33546 % (this job) = 19.6212 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.7045 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.34415 % (this job) = 19.6299 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.7349 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.35284 % (this job) = 19.6386 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.7654 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.36153 % (this job) = 19.6472 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.7958 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.37022 % (this job) = 19.6559 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.8262 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.37891 % (this job) = 19.6646 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.8566 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.3876 % (this job) = 19.6733 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.887 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.39628 % (this job) = 19.682 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.9174 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.40497 % (this job) = 19.6907 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.9478 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.41366 % (this job) = 19.6994 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 18.9782 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.42235 % (this job) = 19.7081 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.0086 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.43104 % (this job) = 19.7168 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.039 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.43973 % (this job) = 19.7254 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.0695 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.44842 % (this job) = 19.7341 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.0999 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.4571 % (this job) = 19.7428 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.1303 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.46579 % (this job) = 19.7515 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.1607 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.47448 % (this job) = 19.7602 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.1911 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.48317 % (this job) = 19.7689 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.2215 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.49186 % (this job) = 19.7776 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.2519 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.50055 % (this job) = 19.7863 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.2823 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.50924 % (this job) = 19.795 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.3127 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.51792 % (this job) = 19.8036 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.3431 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.52661 % (this job) = 19.8123 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.3736 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.5353 % (this job) = 19.821 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.404 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.54399 % (this job) = 19.8297 % (total)
02:00:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.4344 % completed
02:00:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.55268 % (this job) = 19.8384 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.4657 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.56163 % (this job) = 19.8473 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.4967 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.57049 % (this job) = 19.8562 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.5271 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.57918 % (this job) = 19.8649 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.5575 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.58787 % (this job) = 19.8736 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.5879 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.59656 % (this job) = 19.8823 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.6184 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.60524 % (this job) = 19.891 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.6488 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.61393 % (this job) = 19.8996 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.6792 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.62262 % (this job) = 19.9083 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.7096 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.63131 % (this job) = 19.917 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.74 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.64 % (this job) = 19.9257 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.7704 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.64869 % (this job) = 19.9344 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.8008 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.65738 % (this job) = 19.9431 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.8312 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.66606 % (this job) = 19.9518 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.8616 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.67475 % (this job) = 19.9605 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.892 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.68344 % (this job) = 19.9692 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.9225 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.69213 % (this job) = 19.9778 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.9529 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.70082 % (this job) = 19.9865 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 19.9833 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.70951 % (this job) = 19.9952 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.0137 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.7182 % (this job) = 20.0039 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.0441 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.72688 % (this job) = 20.0126 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.0745 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.73557 % (this job) = 20.0213 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.1049 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.74426 % (this job) = 20.03 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.1353 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.75295 % (this job) = 20.0387 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.1657 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.76164 % (this job) = 20.0474 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.1961 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.77033 % (this job) = 20.056 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.2266 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.77902 % (this job) = 20.0647 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.257 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.7877 % (this job) = 20.0734 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.2874 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.79639 % (this job) = 20.0821 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.3178 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.80508 % (this job) = 20.0908 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.3482 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.81377 % (this job) = 20.0995 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.3786 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.82246 % (this job) = 20.1082 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.409 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.83115 % (this job) = 20.1169 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.4394 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.83984 % (this job) = 20.1255 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.4698 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.84852 % (this job) = 20.1342 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.5002 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.85721 % (this job) = 20.1429 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.531 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.86599 % (this job) = 20.1517 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.5614 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.87468 % (this job) = 20.1604 % (total)
02:00:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.5918 % completed
02:00:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.88336 % (this job) = 20.1691 % (total)
02:00:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.6222 % completed
02:00:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.89205 % (this job) = 20.1778 % (total)
02:00:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.6526 % completed
02:00:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.90074 % (this job) = 20.1865 % (total)
02:00:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.683 % completed
02:00:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.90943 % (this job) = 20.1951 % (total)
02:00:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.7134 % completed
02:00:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.91812 % (this job) = 20.2038 % (total)
02:00:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.7438 % completed
02:00:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.92681 % (this job) = 20.2125 % (total)
02:00:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.7742 % completed
02:00:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.9355 % (this job) = 20.2212 % (total)
02:00:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.8046 % completed
02:00:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.94418 % (this job) = 20.2299 % (total)
02:00:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.8351 % completed
02:00:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.95287 % (this job) = 20.2386 % (total)
02:00:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.8655 % completed
02:00:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.96156 % (this job) = 20.2473 % (total)
02:00:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.8959 % completed
02:00:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.97025 % (this job) = 20.256 % (total)
02:00:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.9263 % completed
02:00:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.97894 % (this job) = 20.2647 % (total)
02:00:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.9567 % completed
02:00:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.98763 % (this job) = 20.2733 % (total)
02:00:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 20.9871 % completed
02:00:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 5.99632 % (this job) = 20.282 % (total)
02:00:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.0175 % completed
02:00:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.005 % (this job) = 20.2907 % (total)
02:00:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.0479 % completed
02:00:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.01369 % (this job) = 20.2994 % (total)
02:00:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.0783 % completed
02:00:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.02238 % (this job) = 20.3081 % (total)
02:00:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.1087 % completed
02:00:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.03107 % (this job) = 20.3168 % (total)
02:00:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.1392 % completed
02:00:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.03976 % (this job) = 20.3255 % (total)
02:00:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.1696 % completed
02:00:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.04845 % (this job) = 20.3342 % (total)
02:00:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.2006 % completed
02:00:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.05731 % (this job) = 20.343 % (total)
02:00:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.231 % completed
02:00:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.066 % (this job) = 20.3517 % (total)
02:00:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.262 % completed
02:00:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.07486 % (this job) = 20.3606 % (total)
02:00:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.2924 % completed
02:00:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.08355 % (this job) = 20.3693 % (total)
02:00:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.3228 % completed
02:00:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.09224 % (this job) = 20.378 % (total)
02:00:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.3532 % completed
02:00:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.10093 % (this job) = 20.3866 % (total)
02:00:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.384 % completed
02:00:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.1097 % (this job) = 20.3954 % (total)
02:00:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.4144 % completed
02:00:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.11839 % (this job) = 20.4041 % (total)
02:00:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.4451 % completed
02:00:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.12717 % (this job) = 20.4129 % (total)
02:00:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.4755 % completed
02:00:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.13585 % (this job) = 20.4216 % (total)
02:00:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.5062 % completed
02:00:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.14463 % (this job) = 20.4303 % (total)
02:00:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.5366 % completed
02:00:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.15332 % (this job) = 20.439 % (total)
02:00:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.5673 % completed
02:00:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.16209 % (this job) = 20.4478 % (total)
02:00:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.5983 % completed
02:00:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.17096 % (this job) = 20.4567 % (total)
02:00:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.6288 % completed
02:00:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.17964 % (this job) = 20.4654 % (total)
02:00:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.6592 % completed
02:00:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.18833 % (this job) = 20.474 % (total)
02:00:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.6896 % completed
02:00:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.19702 % (this job) = 20.4827 % (total)
02:00:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.7203 % completed
02:00:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.2058 % (this job) = 20.4915 % (total)
02:00:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.7507 % completed
02:00:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.21449 % (this job) = 20.5002 % (total)
02:00:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.7814 % completed
02:00:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.22326 % (this job) = 20.509 % (total)
02:00:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.8124 % completed
02:00:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.23212 % (this job) = 20.5178 % (total)
02:00:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.8428 % completed
02:00:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.24081 % (this job) = 20.5265 % (total)
02:00:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.8736 % completed
02:00:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.24959 % (this job) = 20.5353 % (total)
02:00:45 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.904 % completed
02:00:45 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.25828 % (this job) = 20.544 % (total)
02:00:46 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.935 % completed
02:00:46 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.26714 % (this job) = 20.5529 % (total)
02:00:46 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.9654 % completed
02:00:46 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.27583 % (this job) = 20.5615 % (total)
02:00:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 21.9961 % completed
02:00:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.2846 % (this job) = 20.5703 % (total)
02:00:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.0268 % completed
02:00:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.29338 % (this job) = 20.5791 % (total)
02:00:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.0578 % completed
02:00:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.30224 % (this job) = 20.588 % (total)
02:00:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.0889 % completed
02:00:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.3111 % (this job) = 20.5968 % (total)
02:00:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.1199 % completed
02:00:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.31996 % (this job) = 20.6057 % (total)
02:00:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.1506 % completed
02:00:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.32874 % (this job) = 20.6145 % (total)
02:00:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.1816 % completed
02:00:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.3376 % (this job) = 20.6233 % (total)
02:00:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.2123 % completed
02:00:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.34638 % (this job) = 20.6321 % (total)
02:00:57 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.2433 % completed
02:00:57 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.35524 % (this job) = 20.641 % (total)
02:00:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.2738 % completed
02:00:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.36393 % (this job) = 20.6496 % (total)
02:00:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.3042 % completed
02:00:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.37262 % (this job) = 20.6583 % (total)
02:00:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.3346 % completed
02:00:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.38131 % (this job) = 20.667 % (total)
02:01:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.3653 % completed
02:01:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.39008 % (this job) = 20.6758 % (total)
02:01:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.4425 % completed
02:01:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.41215 % (this job) = 20.6979 % (total)
02:01:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.4729 % completed
02:01:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.42084 % (this job) = 20.7066 % (total)
02:01:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.5033 % completed
02:01:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.42953 % (this job) = 20.7152 % (total)
02:01:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.5338 % completed
02:01:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.43822 % (this job) = 20.7239 % (total)
02:01:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.5642 % completed
02:01:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.4469 % (this job) = 20.7326 % (total)
02:01:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.5946 % completed
02:01:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.45559 % (this job) = 20.7413 % (total)
02:01:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.625 % completed
02:01:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.46428 % (this job) = 20.75 % (total)
02:01:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.7229 % completed
02:01:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.49226 % (this job) = 20.778 % (total)
02:01:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.7533 % completed
02:01:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.50095 % (this job) = 20.7867 % (total)
02:01:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.7837 % completed
02:01:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.50964 % (this job) = 20.7953 % (total)
02:01:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.8141 % completed
02:01:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.51832 % (this job) = 20.804 % (total)
02:01:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.8445 % completed
02:01:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.52701 % (this job) = 20.8127 % (total)
02:01:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.875 % completed
02:01:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.5357 % (this job) = 20.8214 % (total)
02:01:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.9054 % completed
02:01:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.54439 % (this job) = 20.8301 % (total)
02:01:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.9358 % completed
02:01:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.55308 % (this job) = 20.8388 % (total)
02:01:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.9662 % completed
02:01:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.56177 % (this job) = 20.8475 % (total)
02:01:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 22.9966 % completed
02:01:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.57046 % (this job) = 20.8562 % (total)
02:01:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.027 % completed
02:01:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.57914 % (this job) = 20.8649 % (total)
02:01:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.0574 % completed
02:01:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.58783 % (this job) = 20.8735 % (total)
02:01:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.0878 % completed
02:01:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.59652 % (this job) = 20.8822 % (total)
02:01:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.1182 % completed
02:01:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.60521 % (this job) = 20.8909 % (total)
02:01:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.1532 % completed
02:01:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.6152 % (this job) = 20.9009 % (total)
02:01:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.1836 % completed
02:01:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.62389 % (this job) = 20.9096 % (total)
02:01:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.214 % completed
02:01:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.63258 % (this job) = 20.9183 % (total)
02:01:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.2444 % completed
02:01:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.64127 % (this job) = 20.927 % (total)
02:01:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.2748 % completed
02:01:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.64996 % (this job) = 20.9357 % (total)
02:01:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.3053 % completed
02:01:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.65864 % (this job) = 20.9444 % (total)
02:01:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.3357 % completed
02:01:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.66733 % (this job) = 20.953 % (total)
02:01:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.3661 % completed
02:01:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.67602 % (this job) = 20.9617 % (total)
02:01:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.3965 % completed
02:01:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.68471 % (this job) = 20.9704 % (total)
02:01:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.4269 % completed
02:01:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.6934 % (this job) = 20.9791 % (total)
02:01:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.4573 % completed
02:01:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.70209 % (this job) = 20.9878 % (total)
02:01:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.4877 % completed
02:01:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.71078 % (this job) = 20.9965 % (total)
02:01:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.5181 % completed
02:01:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.71946 % (this job) = 21.0052 % (total)
02:01:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.5485 % completed
02:01:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.72815 % (this job) = 21.0139 % (total)
02:01:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.5789 % completed
02:01:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.73684 % (this job) = 21.0226 % (total)
02:01:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.6094 % completed
02:01:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.74553 % (this job) = 21.0312 % (total)
02:01:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.6398 % completed
02:01:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.75422 % (this job) = 21.0399 % (total)
02:01:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.6702 % completed
02:01:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.76291 % (this job) = 21.0486 % (total)
02:01:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.7006 % completed
02:01:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.7716 % (this job) = 21.0573 % (total)
02:01:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.731 % completed
02:01:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.78028 % (this job) = 21.066 % (total)
02:01:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.7614 % completed
02:01:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.78897 % (this job) = 21.0747 % (total)
02:01:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.7918 % completed
02:01:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.79766 % (this job) = 21.0834 % (total)
02:01:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.8222 % completed
02:01:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.80635 % (this job) = 21.0921 % (total)
02:01:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.8526 % completed
02:01:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.81504 % (this job) = 21.1008 % (total)
02:01:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.883 % completed
02:01:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.82373 % (this job) = 21.1094 % (total)
02:01:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.9135 % completed
02:01:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.83242 % (this job) = 21.1181 % (total)
02:01:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.9439 % completed
02:01:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.8411 % (this job) = 21.1268 % (total)
02:01:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 23.9743 % completed
02:01:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.84979 % (this job) = 21.1355 % (total)
02:01:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.0047 % completed
02:01:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.85848 % (this job) = 21.1442 % (total)
02:01:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.0351 % completed
02:01:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.86717 % (this job) = 21.1529 % (total)
02:01:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.0655 % completed
02:01:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.87586 % (this job) = 21.1616 % (total)
02:01:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.0959 % completed
02:01:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.88455 % (this job) = 21.1703 % (total)
02:01:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.1263 % completed
02:01:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.89324 % (this job) = 21.1789 % (total)
02:01:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.1579 % completed
02:01:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.90227 % (this job) = 21.188 % (total)
02:01:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.1887 % completed
02:01:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.91105 % (this job) = 21.1968 % (total)
02:01:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.2224 % completed
02:01:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.92069 % (this job) = 21.2064 % (total)
02:01:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.2528 % completed
02:01:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.92938 % (this job) = 21.2151 % (total)
02:01:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.2832 % completed
02:01:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.93807 % (this job) = 21.2238 % (total)
02:01:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.3136 % completed
02:01:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.94676 % (this job) = 21.2325 % (total)
02:01:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.3441 % completed
02:01:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.95545 % (this job) = 21.2412 % (total)
02:01:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.3745 % completed
02:01:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.96413 % (this job) = 21.2498 % (total)
02:01:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.4049 % completed
02:01:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.97282 % (this job) = 21.2585 % (total)
02:01:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.4353 % completed
02:01:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.98151 % (this job) = 21.2672 % (total)
02:01:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.4657 % completed
02:01:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.9902 % (this job) = 21.2759 % (total)
02:01:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.4961 % completed
02:01:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 6.99889 % (this job) = 21.2846 % (total)
02:01:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.5265 % completed
02:01:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.00758 % (this job) = 21.2933 % (total)
02:01:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.5569 % completed
02:01:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.01626 % (this job) = 21.302 % (total)
02:01:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.5873 % completed
02:01:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.02495 % (this job) = 21.3107 % (total)
02:01:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.6177 % completed
02:01:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.03364 % (this job) = 21.3194 % (total)
02:01:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.6482 % completed
02:01:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.04233 % (this job) = 21.328 % (total)
02:01:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.6786 % completed
02:01:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.05102 % (this job) = 21.3367 % (total)
02:01:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.709 % completed
02:01:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.05971 % (this job) = 21.3454 % (total)
02:01:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.7394 % completed
02:01:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.0684 % (this job) = 21.3541 % (total)
02:01:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.7698 % completed
02:01:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.07708 % (this job) = 21.3628 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.802 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.08629 % (this job) = 21.372 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.8324 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.09498 % (this job) = 21.3807 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.8629 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.10367 % (this job) = 21.3894 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.8933 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.11236 % (this job) = 21.3981 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.9243 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.12122 % (this job) = 21.4069 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.9547 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.12991 % (this job) = 21.4156 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 24.9851 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.1386 % (this job) = 21.4243 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.0155 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.14729 % (this job) = 21.433 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.0459 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.15598 % (this job) = 21.4417 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.0785 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.16527 % (this job) = 21.451 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.1089 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.17396 % (this job) = 21.4597 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.1393 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.18265 % (this job) = 21.4684 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.1697 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.19134 % (this job) = 21.4771 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.2001 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.20003 % (this job) = 21.4857 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.2305 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.20872 % (this job) = 21.4944 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.2609 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.2174 % (this job) = 21.5031 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.2913 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.22609 % (this job) = 21.5118 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.3217 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.23478 % (this job) = 21.5205 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.3521 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.24347 % (this job) = 21.5292 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.3826 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.25216 % (this job) = 21.5379 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.413 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.26085 % (this job) = 21.5466 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.444 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.26971 % (this job) = 21.5554 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.4744 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.2784 % (this job) = 21.5641 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.5048 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.28709 % (this job) = 21.5728 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.5352 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.29578 % (this job) = 21.5815 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.5656 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.30446 % (this job) = 21.5902 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.596 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.31315 % (this job) = 21.5989 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.6264 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.32184 % (this job) = 21.6076 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.6569 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.33053 % (this job) = 21.6162 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.6873 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.33922 % (this job) = 21.6249 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.7177 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.34791 % (this job) = 21.6336 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.7481 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.3566 % (this job) = 21.6423 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.7785 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.36528 % (this job) = 21.651 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.8089 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.37397 % (this job) = 21.6597 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.8393 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.38266 % (this job) = 21.6684 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.8697 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.39135 % (this job) = 21.6771 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.9001 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.40004 % (this job) = 21.6858 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.9305 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.40873 % (this job) = 21.6944 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.961 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.41742 % (this job) = 21.7031 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 25.9914 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.4261 % (this job) = 21.7118 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.0218 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.43479 % (this job) = 21.7205 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.0522 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.44348 % (this job) = 21.7292 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.0826 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.45217 % (this job) = 21.7379 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.113 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.46086 % (this job) = 21.7466 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.1434 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.46955 % (this job) = 21.7553 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.1738 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.47824 % (this job) = 21.7639 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.2042 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.48692 % (this job) = 21.7726 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.2346 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.49561 % (this job) = 21.7813 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.2651 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.5043 % (this job) = 21.79 % (total)
02:01:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.2955 % completed
02:01:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.51299 % (this job) = 21.7987 % (total)
02:01:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.3259 % completed
02:01:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.52168 % (this job) = 21.8074 % (total)
02:01:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.3563 % completed
02:01:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.53037 % (this job) = 21.8161 % (total)
02:01:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.3867 % completed
02:01:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.53906 % (this job) = 21.8248 % (total)
02:01:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.4171 % completed
02:01:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.54774 % (this job) = 21.8335 % (total)
02:01:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.4475 % completed
02:01:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.55643 % (this job) = 21.8421 % (total)
02:01:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.4779 % completed
02:01:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.56512 % (this job) = 21.8508 % (total)
02:01:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.5083 % completed
02:01:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.57381 % (this job) = 21.8595 % (total)
02:01:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.5387 % completed
02:01:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.5825 % (this job) = 21.8682 % (total)
02:01:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.5692 % completed
02:01:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.59119 % (this job) = 21.8769 % (total)
02:01:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.5999 % completed
02:01:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.59996 % (this job) = 21.8857 % (total)
02:01:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.6303 % completed
02:01:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.60865 % (this job) = 21.8944 % (total)
02:01:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.6607 % completed
02:01:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.61734 % (this job) = 21.9031 % (total)
02:01:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.6911 % completed
02:01:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.62603 % (this job) = 21.9117 % (total)
02:01:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.7215 % completed
02:01:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.63472 % (this job) = 21.9204 % (total)
02:01:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.7519 % completed
02:01:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.6434 % (this job) = 21.9291 % (total)
02:01:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.7823 % completed
02:01:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.65209 % (this job) = 21.9378 % (total)
02:01:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.8127 % completed
02:01:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.66078 % (this job) = 21.9465 % (total)
02:01:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.8431 % completed
02:01:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.66947 % (this job) = 21.9552 % (total)
02:01:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.8736 % completed
02:01:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.67816 % (this job) = 21.9639 % (total)
02:01:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.904 % completed
02:01:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.68685 % (this job) = 21.9726 % (total)
02:01:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.9344 % completed
02:01:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.69554 % (this job) = 21.9813 % (total)
02:01:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.9654 % completed
02:01:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.7044 % (this job) = 21.9901 % (total)
02:01:31 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 26.9958 % completed
02:01:31 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.71309 % (this job) = 21.9988 % (total)
02:01:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.0262 % completed
02:01:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.72178 % (this job) = 22.0075 % (total)
02:01:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.0566 % completed
02:01:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.73046 % (this job) = 22.0162 % (total)
02:01:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.087 % completed
02:01:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.73915 % (this job) = 22.0249 % (total)
02:01:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.1214 % completed
02:01:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.74897 % (this job) = 22.0347 % (total)
02:01:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.1518 % completed
02:01:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.75766 % (this job) = 22.0434 % (total)
02:01:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.1822 % completed
02:01:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.76635 % (this job) = 22.0521 % (total)
02:01:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.2126 % completed
02:01:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.77504 % (this job) = 22.0608 % (total)
02:01:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.243 % completed
02:01:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.78372 % (this job) = 22.0694 % (total)
02:01:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.2734 % completed
02:01:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.79241 % (this job) = 22.0781 % (total)
02:01:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.3039 % completed
02:01:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.8011 % (this job) = 22.0868 % (total)
02:01:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.3346 % completed
02:01:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.80988 % (this job) = 22.0956 % (total)
02:01:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.365 % completed
02:01:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.81857 % (this job) = 22.1043 % (total)
02:01:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.3954 % completed
02:01:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.82725 % (this job) = 22.113 % (total)
02:01:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.4258 % completed
02:01:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.83594 % (this job) = 22.1217 % (total)
02:01:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.4562 % completed
02:01:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.84463 % (this job) = 22.1303 % (total)
02:01:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.4866 % completed
02:01:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.85332 % (this job) = 22.139 % (total)
02:01:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.517 % completed
02:01:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.86201 % (this job) = 22.1477 % (total)
02:01:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.5474 % completed
02:01:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.8707 % (this job) = 22.1564 % (total)
02:01:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.5778 % completed
02:01:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.87939 % (this job) = 22.1651 % (total)
02:01:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.6083 % completed
02:01:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.88807 % (this job) = 22.1738 % (total)
02:01:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.6387 % completed
02:01:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.89676 % (this job) = 22.1825 % (total)
02:01:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.6691 % completed
02:01:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.90545 % (this job) = 22.1912 % (total)
02:01:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.6995 % completed
02:01:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.91414 % (this job) = 22.1999 % (total)
02:01:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.7299 % completed
02:01:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.92283 % (this job) = 22.2085 % (total)
02:01:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.7603 % completed
02:01:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.93152 % (this job) = 22.2172 % (total)
02:01:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.7907 % completed
02:01:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.94021 % (this job) = 22.2259 % (total)
02:01:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.8211 % completed
02:01:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.94889 % (this job) = 22.2346 % (total)
02:01:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.8515 % completed
02:01:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.95758 % (this job) = 22.2433 % (total)
02:01:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.8819 % completed
02:01:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.96627 % (this job) = 22.252 % (total)
02:01:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.9124 % completed
02:01:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.97496 % (this job) = 22.2607 % (total)
02:01:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.9428 % completed
02:01:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.98365 % (this job) = 22.2694 % (total)
02:01:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 27.9732 % completed
02:01:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 7.99234 % (this job) = 22.2781 % (total)
02:01:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.0036 % completed
02:01:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.00103 % (this job) = 22.2867 % (total)
02:01:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.034 % completed
02:01:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.00971 % (this job) = 22.2954 % (total)
02:01:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.0644 % completed
02:01:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.0184 % (this job) = 22.3041 % (total)
02:01:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.0948 % completed
02:01:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.02709 % (this job) = 22.3128 % (total)
02:01:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.1252 % completed
02:01:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.03578 % (this job) = 22.3215 % (total)
02:01:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.1556 % completed
02:01:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.04447 % (this job) = 22.3302 % (total)
02:01:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.186 % completed
02:01:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.05316 % (this job) = 22.3389 % (total)
02:01:45 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.2165 % completed
02:01:45 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.06185 % (this job) = 22.3476 % (total)
02:01:46 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.2508 % completed
02:01:46 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.07166 % (this job) = 22.3574 % (total)
02:01:47 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.2812 % completed
02:01:47 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.08035 % (this job) = 22.3661 % (total)
02:01:47 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.3162 % completed
02:01:47 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.09034 % (this job) = 22.3761 % (total)
02:01:47 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.3472 % completed
02:01:47 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.09921 % (this job) = 22.3849 % (total)
02:01:47 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.3776 % completed
02:01:47 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.10789 % (this job) = 22.3936 % (total)
02:01:47 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.408 % completed
02:01:47 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.11658 % (this job) = 22.4023 % (total)
02:01:47 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.4385 % completed
02:01:47 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.12527 % (this job) = 22.411 % (total)
02:01:47 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.4689 % completed
02:01:47 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.13396 % (this job) = 22.4197 % (total)
02:01:47 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.4993 % completed
02:01:47 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.14265 % (this job) = 22.4284 % (total)
02:01:47 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.5297 % completed
02:01:47 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.15134 % (this job) = 22.4371 % (total)
02:01:47 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.5601 % completed
02:01:47 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.16003 % (this job) = 22.4457 % (total)
02:01:48 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.5908 % completed
02:01:48 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.1688 % (this job) = 22.4545 % (total)
02:01:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.6212 % completed
02:01:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.17749 % (this job) = 22.4632 % (total)
02:01:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.6516 % completed
02:01:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.18618 % (this job) = 22.4719 % (total)
02:01:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.682 % completed
02:01:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.19487 % (this job) = 22.4806 % (total)
02:01:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.7124 % completed
02:01:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.20356 % (this job) = 22.4893 % (total)
02:01:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.7429 % completed
02:01:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.21224 % (this job) = 22.498 % (total)
02:01:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.7733 % completed
02:01:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.22093 % (this job) = 22.5066 % (total)
02:01:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.8037 % completed
02:01:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.22962 % (this job) = 22.5153 % (total)
02:01:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.8341 % completed
02:01:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.23831 % (this job) = 22.524 % (total)
02:01:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.8645 % completed
02:01:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.247 % (this job) = 22.5327 % (total)
02:01:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.8949 % completed
02:01:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.25569 % (this job) = 22.5414 % (total)
02:01:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.9253 % completed
02:01:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.26438 % (this job) = 22.5501 % (total)
02:01:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.9557 % completed
02:01:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.27306 % (this job) = 22.5588 % (total)
02:01:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 28.9861 % completed
02:01:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.28175 % (this job) = 22.5675 % (total)
02:01:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.0165 % completed
02:01:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.29044 % (this job) = 22.5762 % (total)
02:01:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.047 % completed
02:01:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.29913 % (this job) = 22.5848 % (total)
02:01:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.0774 % completed
02:01:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.30782 % (this job) = 22.5935 % (total)
02:01:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.1078 % completed
02:01:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.31651 % (this job) = 22.6022 % (total)
02:01:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.1382 % completed
02:01:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.3252 % (this job) = 22.6109 % (total)
02:01:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.1686 % completed
02:01:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.33388 % (this job) = 22.6196 % (total)
02:01:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.199 % completed
02:01:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.34257 % (this job) = 22.6283 % (total)
02:01:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.2294 % completed
02:01:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.35126 % (this job) = 22.637 % (total)
02:01:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.2598 % completed
02:01:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.35995 % (this job) = 22.6457 % (total)
02:01:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.2902 % completed
02:01:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.36864 % (this job) = 22.6544 % (total)
02:01:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.3206 % completed
02:01:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.37733 % (this job) = 22.663 % (total)
02:01:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.3511 % completed
02:01:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.38601 % (this job) = 22.6717 % (total)
02:01:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.3815 % completed
02:01:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.3947 % (this job) = 22.6804 % (total)
02:01:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.4119 % completed
02:01:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.40339 % (this job) = 22.6891 % (total)
02:01:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.4423 % completed
02:01:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.41208 % (this job) = 22.6978 % (total)
02:01:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.4727 % completed
02:01:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.42077 % (this job) = 22.7065 % (total)
02:01:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.5031 % completed
02:01:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.42946 % (this job) = 22.7152 % (total)
02:01:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.5335 % completed
02:01:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.43815 % (this job) = 22.7239 % (total)
02:01:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.5639 % completed
02:01:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.44683 % (this job) = 22.7325 % (total)
02:01:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.5943 % completed
02:01:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.45552 % (this job) = 22.7412 % (total)
02:01:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.6247 % completed
02:01:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.46421 % (this job) = 22.7499 % (total)
02:01:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.6552 % completed
02:01:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.4729 % (this job) = 22.7586 % (total)
02:01:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.6926 % completed
02:01:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.48359 % (this job) = 22.7693 % (total)
02:01:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.723 % completed
02:01:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.49228 % (this job) = 22.778 % (total)
02:01:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.7537 % completed
02:01:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.50105 % (this job) = 22.7868 % (total)
02:01:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.7841 % completed
02:01:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.50974 % (this job) = 22.7955 % (total)
02:01:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.8145 % completed
02:01:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.51843 % (this job) = 22.8041 % (total)
02:01:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.8449 % completed
02:01:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.52712 % (this job) = 22.8128 % (total)
02:01:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.8756 % completed
02:01:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.53589 % (this job) = 22.8216 % (total)
02:01:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.906 % completed
02:01:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.54458 % (this job) = 22.8303 % (total)
02:01:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.9364 % completed
02:01:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.55327 % (this job) = 22.839 % (total)
02:01:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.9669 % completed
02:01:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.56196 % (this job) = 22.8477 % (total)
02:01:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 29.9997 % completed
02:01:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.57134 % (this job) = 22.8571 % (total)
02:01:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.0304 % completed
02:01:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.58012 % (this job) = 22.8658 % (total)
02:01:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.0608 % completed
02:01:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.58881 % (this job) = 22.8745 % (total)
02:01:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.0912 % completed
02:01:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.59749 % (this job) = 22.8832 % (total)
02:01:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.1216 % completed
02:01:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.60618 % (this job) = 22.8919 % (total)
02:01:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.152 % completed
02:01:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.61487 % (this job) = 22.9006 % (total)
02:01:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.1825 % completed
02:01:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.62356 % (this job) = 22.9093 % (total)
02:01:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.2132 % completed
02:01:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.63234 % (this job) = 22.918 % (total)
02:01:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.2436 % completed
02:01:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.64102 % (this job) = 22.9267 % (total)
02:01:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.274 % completed
02:01:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.64971 % (this job) = 22.9354 % (total)
02:01:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.3044 % completed
02:01:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.6584 % (this job) = 22.9441 % (total)
02:01:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.3348 % completed
02:01:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.66709 % (this job) = 22.9528 % (total)
02:01:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.3652 % completed
02:01:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.67578 % (this job) = 22.9615 % (total)
02:01:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.3956 % completed
02:01:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.68447 % (this job) = 22.9702 % (total)
02:01:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.426 % completed
02:01:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.69316 % (this job) = 22.9789 % (total)
02:01:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.4565 % completed
02:01:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.70184 % (this job) = 22.9876 % (total)
02:01:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.4869 % completed
02:01:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.71053 % (this job) = 22.9962 % (total)
02:01:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.5173 % completed
02:01:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.71922 % (this job) = 23.0049 % (total)
02:01:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.5477 % completed
02:01:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.72791 % (this job) = 23.0136 % (total)
02:01:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.5781 % completed
02:01:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.7366 % (this job) = 23.0223 % (total)
02:01:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.6085 % completed
02:01:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.74529 % (this job) = 23.031 % (total)
02:01:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.6389 % completed
02:01:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.75398 % (this job) = 23.0397 % (total)
02:01:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.6693 % completed
02:01:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.76266 % (this job) = 23.0484 % (total)
02:01:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.6997 % completed
02:01:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.77135 % (this job) = 23.0571 % (total)
02:01:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.7301 % completed
02:01:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.78004 % (this job) = 23.0658 % (total)
02:01:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.7606 % completed
02:01:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.78873 % (this job) = 23.0744 % (total)
02:01:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.791 % completed
02:01:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.79742 % (this job) = 23.0831 % (total)
02:01:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.8214 % completed
02:01:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.80611 % (this job) = 23.0918 % (total)
02:01:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.8518 % completed
02:01:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.81479 % (this job) = 23.1005 % (total)
02:01:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.8822 % completed
02:01:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.82348 % (this job) = 23.1092 % (total)
02:01:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.9126 % completed
02:01:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.83217 % (this job) = 23.1179 % (total)
02:01:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.943 % completed
02:01:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.84086 % (this job) = 23.1266 % (total)
02:01:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 30.9734 % completed
02:01:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.84955 % (this job) = 23.1353 % (total)
02:01:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.0038 % completed
02:01:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.85824 % (this job) = 23.144 % (total)
02:01:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.0342 % completed
02:01:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.86693 % (this job) = 23.1526 % (total)
02:01:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.0647 % completed
02:01:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.87561 % (this job) = 23.1613 % (total)
02:01:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.0951 % completed
02:01:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.8843 % (this job) = 23.17 % (total)
02:01:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.1258 % completed
02:01:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.89308 % (this job) = 23.1788 % (total)
02:01:57 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.1562 % completed
02:01:57 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.90177 % (this job) = 23.1875 % (total)
02:01:57 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.1866 % completed
02:01:57 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.91046 % (this job) = 23.1962 % (total)
02:01:57 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.217 % completed
02:01:57 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.91914 % (this job) = 23.2049 % (total)
02:01:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.2474 % completed
02:01:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.92783 % (this job) = 23.2135 % (total)
02:01:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.2778 % completed
02:01:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.93652 % (this job) = 23.2222 % (total)
02:01:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.3082 % completed
02:01:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.94521 % (this job) = 23.2309 % (total)
02:01:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.3386 % completed
02:01:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.9539 % (this job) = 23.2396 % (total)
02:01:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.3691 % completed
02:01:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.96259 % (this job) = 23.2483 % (total)
02:01:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.3995 % completed
02:01:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.97128 % (this job) = 23.257 % (total)
02:01:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.4299 % completed
02:01:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.97996 % (this job) = 23.2657 % (total)
02:01:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.4603 % completed
02:01:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.98865 % (this job) = 23.2744 % (total)
02:01:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.4907 % completed
02:01:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 8.99734 % (this job) = 23.2831 % (total)
02:01:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.5211 % completed
02:01:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.00603 % (this job) = 23.2917 % (total)
02:01:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.5515 % completed
02:01:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.01472 % (this job) = 23.3004 % (total)
02:01:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.5819 % completed
02:01:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.02341 % (this job) = 23.3091 % (total)
02:01:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.6123 % completed
02:01:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.0321 % (this job) = 23.3178 % (total)
02:01:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.6427 % completed
02:01:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.04078 % (this job) = 23.3265 % (total)
02:01:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.6732 % completed
02:01:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.04947 % (this job) = 23.3352 % (total)
02:01:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.7036 % completed
02:01:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.05816 % (this job) = 23.3439 % (total)
02:01:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.734 % completed
02:01:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.06685 % (this job) = 23.3526 % (total)
02:01:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.7644 % completed
02:01:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.07554 % (this job) = 23.3613 % (total)
02:01:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.7948 % completed
02:01:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.08423 % (this job) = 23.3699 % (total)
02:02:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.8252 % completed
02:02:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.09292 % (this job) = 23.3786 % (total)
02:02:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.8556 % completed
02:02:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.1016 % (this job) = 23.3873 % (total)
02:02:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.886 % completed
02:02:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.11029 % (this job) = 23.396 % (total)
02:02:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.9164 % completed
02:02:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.11898 % (this job) = 23.4047 % (total)
02:02:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.9468 % completed
02:02:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.12767 % (this job) = 23.4134 % (total)
02:02:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 31.9773 % completed
02:02:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.13636 % (this job) = 23.4221 % (total)
02:02:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.0077 % completed
02:02:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.14505 % (this job) = 23.4308 % (total)
02:02:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.0381 % completed
02:02:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.15374 % (this job) = 23.4394 % (total)
02:02:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.0685 % completed
02:02:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.16242 % (this job) = 23.4481 % (total)
02:02:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.0989 % completed
02:02:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.17111 % (this job) = 23.4568 % (total)
02:02:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.1293 % completed
02:02:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.1798 % (this job) = 23.4655 % (total)
02:02:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.1597 % completed
02:02:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.18849 % (this job) = 23.4742 % (total)
02:02:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.1901 % completed
02:02:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.19718 % (this job) = 23.4829 % (total)
02:02:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.2205 % completed
02:02:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.20587 % (this job) = 23.4916 % (total)
02:02:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.2509 % completed
02:02:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.21456 % (this job) = 23.5003 % (total)
02:02:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.2814 % completed
02:02:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.22324 % (this job) = 23.509 % (total)
02:02:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.3118 % completed
02:02:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.23193 % (this job) = 23.5176 % (total)
02:02:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.3534 % completed
02:02:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.24384 % (this job) = 23.5295 % (total)
02:02:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.3945 % completed
02:02:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.25557 % (this job) = 23.5413 % (total)
02:02:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.4249 % completed
02:02:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.26425 % (this job) = 23.55 % (total)
02:02:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.4553 % completed
02:02:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.27294 % (this job) = 23.5587 % (total)
02:02:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.4857 % completed
02:02:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.28163 % (this job) = 23.5673 % (total)
02:02:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.5161 % completed
02:02:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.29032 % (this job) = 23.576 % (total)
02:02:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.5465 % completed
02:02:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.29901 % (this job) = 23.5847 % (total)
02:02:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.5769 % completed
02:02:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.3077 % (this job) = 23.5934 % (total)
02:02:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.6073 % completed
02:02:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.31638 % (this job) = 23.6021 % (total)
02:02:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.6378 % completed
02:02:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.32507 % (this job) = 23.6108 % (total)
02:02:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.6682 % completed
02:02:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.33376 % (this job) = 23.6195 % (total)
02:02:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.6986 % completed
02:02:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.34245 % (this job) = 23.6282 % (total)
02:02:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.729 % completed
02:02:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.35114 % (this job) = 23.6369 % (total)
02:02:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.7594 % completed
02:02:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.35983 % (this job) = 23.6455 % (total)
02:02:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.7898 % completed
02:02:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.36852 % (this job) = 23.6542 % (total)
02:02:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.8202 % completed
02:02:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.3772 % (this job) = 23.6629 % (total)
02:02:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.8506 % completed
02:02:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.38589 % (this job) = 23.6716 % (total)
02:02:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.8816 % completed
02:02:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.39476 % (this job) = 23.6805 % (total)
02:02:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.9121 % completed
02:02:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.40344 % (this job) = 23.6892 % (total)
02:02:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.9428 % completed
02:02:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.41222 % (this job) = 23.6979 % (total)
02:02:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 32.9732 % completed
02:02:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.42091 % (this job) = 23.7066 % (total)
02:02:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.0036 % completed
02:02:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.4296 % (this job) = 23.7153 % (total)
02:02:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.034 % completed
02:02:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.43829 % (this job) = 23.724 % (total)
02:02:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.0644 % completed
02:02:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.44697 % (this job) = 23.7327 % (total)
02:02:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.0948 % completed
02:02:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.45566 % (this job) = 23.7414 % (total)
02:02:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.1252 % completed
02:02:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.46435 % (this job) = 23.7501 % (total)
02:02:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.1556 % completed
02:02:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.47304 % (this job) = 23.7588 % (total)
02:02:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.187 % completed
02:02:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.48199 % (this job) = 23.7677 % (total)
02:02:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.2174 % completed
02:02:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.49068 % (this job) = 23.7764 % (total)
02:02:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.2478 % completed
02:02:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.49937 % (this job) = 23.7851 % (total)
02:02:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.2782 % completed
02:02:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.50805 % (this job) = 23.7938 % (total)
02:02:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.3086 % completed
02:02:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.51674 % (this job) = 23.8025 % (total)
02:02:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.339 % completed
02:02:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.52543 % (this job) = 23.8111 % (total)
02:02:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.3694 % completed
02:02:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.53412 % (this job) = 23.8198 % (total)
02:02:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.3998 % completed
02:02:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.54281 % (this job) = 23.8285 % (total)
02:02:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.4302 % completed
02:02:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.5515 % (this job) = 23.8372 % (total)
02:02:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.4606 % completed
02:02:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.56019 % (this job) = 23.8459 % (total)
02:02:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.4911 % completed
02:02:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.56887 % (this job) = 23.8546 % (total)
02:02:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.5221 % completed
02:02:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.57774 % (this job) = 23.8635 % (total)
02:02:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.5531 % completed
02:02:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.5866 % (this job) = 23.8723 % (total)
02:02:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.5841 % completed
02:02:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.59546 % (this job) = 23.8812 % (total)
02:02:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.6145 % completed
02:02:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.60415 % (this job) = 23.8899 % (total)
02:02:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.6449 % completed
02:02:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.61284 % (this job) = 23.8986 % (total)
02:02:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.6753 % completed
02:02:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.62153 % (this job) = 23.9072 % (total)
02:02:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.7058 % completed
02:02:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.63022 % (this job) = 23.9159 % (total)
02:02:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.7362 % completed
02:02:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.6389 % (this job) = 23.9246 % (total)
02:02:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.7666 % completed
02:02:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.64759 % (this job) = 23.9333 % (total)
02:02:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.797 % completed
02:02:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.65628 % (this job) = 23.942 % (total)
02:02:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.835 % completed
02:02:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.66714 % (this job) = 23.9529 % (total)
02:02:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.8654 % completed
02:02:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.67583 % (this job) = 23.9615 % (total)
02:02:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.8958 % completed
02:02:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.68452 % (this job) = 23.9702 % (total)
02:02:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.9265 % completed
02:02:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.69329 % (this job) = 23.979 % (total)
02:02:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.9569 % completed
02:02:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.70198 % (this job) = 23.9877 % (total)
02:02:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 33.9873 % completed
02:02:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.71067 % (this job) = 23.9964 % (total)
02:02:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.0178 % completed
02:02:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.71936 % (this job) = 24.0051 % (total)
02:02:13 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.0488 % completed
02:02:13 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.72822 % (this job) = 24.0139 % (total)
02:02:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.0792 % completed
02:02:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.73691 % (this job) = 24.0226 % (total)
02:02:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.1096 % completed
02:02:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.7456 % (this job) = 24.0313 % (total)
02:02:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.14 % completed
02:02:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.75429 % (this job) = 24.04 % (total)
02:02:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.1704 % completed
02:02:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.76298 % (this job) = 24.0487 % (total)
02:02:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.2641 % completed
02:02:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.78974 % (this job) = 24.0755 % (total)
02:02:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.2945 % completed
02:02:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.79843 % (this job) = 24.0841 % (total)
02:02:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.3285 % completed
02:02:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.80816 % (this job) = 24.0939 % (total)
02:02:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.359 % completed
02:02:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.81685 % (this job) = 24.1026 % (total)
02:02:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.3894 % completed
02:02:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.82553 % (this job) = 24.1112 % (total)
02:02:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.4198 % completed
02:02:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.83422 % (this job) = 24.1199 % (total)
02:02:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.4502 % completed
02:02:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.84291 % (this job) = 24.1286 % (total)
02:02:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.4806 % completed
02:02:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.8516 % (this job) = 24.1373 % (total)
02:02:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.511 % completed
02:02:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.86029 % (this job) = 24.146 % (total)
02:02:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.5417 % completed
02:02:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.86906 % (this job) = 24.1548 % (total)
02:02:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.5721 % completed
02:02:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.87775 % (this job) = 24.1635 % (total)
02:02:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.6025 % completed
02:02:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.88644 % (this job) = 24.1722 % (total)
02:02:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.633 % completed
02:02:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.89513 % (this job) = 24.1808 % (total)
02:02:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.6634 % completed
02:02:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.90382 % (this job) = 24.1895 % (total)
02:02:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.6938 % completed
02:02:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.91251 % (this job) = 24.1982 % (total)
02:02:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.7242 % completed
02:02:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.92119 % (this job) = 24.2069 % (total)
02:02:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.7546 % completed
02:02:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.92988 % (this job) = 24.2156 % (total)
02:02:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.785 % completed
02:02:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.93857 % (this job) = 24.2243 % (total)
02:02:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.8154 % completed
02:02:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.94726 % (this job) = 24.233 % (total)
02:02:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.8458 % completed
02:02:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.95595 % (this job) = 24.2417 % (total)
02:02:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.8765 % completed
02:02:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.96472 % (this job) = 24.2504 % (total)
02:02:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.9069 % completed
02:02:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.97341 % (this job) = 24.2591 % (total)
02:02:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.9383 % completed
02:02:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.98236 % (this job) = 24.2681 % (total)
02:02:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 34.9705 % completed
02:02:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 9.99157 % (this job) = 24.2773 % (total)
02:02:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.0018 % completed
02:02:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.0005 % (this job) = 24.2862 % (total)
02:02:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.0322 % completed
02:02:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.0092 % (this job) = 24.2949 % (total)
02:02:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.0626 % completed
02:02:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.0179 % (this job) = 24.3036 % (total)
02:02:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.0934 % completed
02:02:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.0267 % (this job) = 24.3124 % (total)
02:02:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.1238 % completed
02:02:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.0354 % (this job) = 24.3211 % (total)
02:02:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.1542 % completed
02:02:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.0441 % (this job) = 24.3298 % (total)
02:02:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.1846 % completed
02:02:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.0527 % (this job) = 24.3385 % (total)
02:02:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.215 % completed
02:02:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.0614 % (this job) = 24.3471 % (total)
02:02:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.2454 % completed
02:02:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.0701 % (this job) = 24.3558 % (total)
02:02:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.2758 % completed
02:02:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.0788 % (this job) = 24.3645 % (total)
02:02:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.3062 % completed
02:02:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.0875 % (this job) = 24.3732 % (total)
02:02:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.3366 % completed
02:02:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.0962 % (this job) = 24.3819 % (total)
02:02:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.367 % completed
02:02:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.1049 % (this job) = 24.3906 % (total)
02:02:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.3975 % completed
02:02:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.1136 % (this job) = 24.3993 % (total)
02:02:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.4279 % completed
02:02:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.1222 % (this job) = 24.408 % (total)
02:02:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.4583 % completed
02:02:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.1309 % (this job) = 24.4167 % (total)
02:02:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.4887 % completed
02:02:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.1396 % (this job) = 24.4253 % (total)
02:02:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.5191 % completed
02:02:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.1483 % (this job) = 24.434 % (total)
02:02:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.5495 % completed
02:02:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.157 % (this job) = 24.4427 % (total)
02:02:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.5799 % completed
02:02:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.1657 % (this job) = 24.4514 % (total)
02:02:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.6103 % completed
02:02:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.1744 % (this job) = 24.4601 % (total)
02:02:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.6407 % completed
02:02:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.1831 % (this job) = 24.4688 % (total)
02:02:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.6711 % completed
02:02:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.1918 % (this job) = 24.4775 % (total)
02:02:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.7016 % completed
02:02:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.2004 % (this job) = 24.4862 % (total)
02:02:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.732 % completed
02:02:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.2091 % (this job) = 24.4948 % (total)
02:02:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.7624 % completed
02:02:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.2178 % (this job) = 24.5035 % (total)
02:02:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.7928 % completed
02:02:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.2265 % (this job) = 24.5122 % (total)
02:02:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.8232 % completed
02:02:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.2352 % (this job) = 24.5209 % (total)
02:02:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.8536 % completed
02:02:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.2439 % (this job) = 24.5296 % (total)
02:02:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.884 % completed
02:02:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.2526 % (this job) = 24.5383 % (total)
02:02:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.9144 % completed
02:02:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.2613 % (this job) = 24.547 % (total)
02:02:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.9448 % completed
02:02:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.27 % (this job) = 24.5557 % (total)
02:02:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 35.9752 % completed
02:02:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.2786 % (this job) = 24.5644 % (total)
02:02:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.0057 % completed
02:02:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.2873 % (this job) = 24.573 % (total)
02:02:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.0361 % completed
02:02:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.296 % (this job) = 24.5817 % (total)
02:02:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.0665 % completed
02:02:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.3047 % (this job) = 24.5904 % (total)
02:02:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.0969 % completed
02:02:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.3134 % (this job) = 24.5991 % (total)
02:02:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.1273 % completed
02:02:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.3221 % (this job) = 24.6078 % (total)
02:02:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.1577 % completed
02:02:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.3308 % (this job) = 24.6165 % (total)
02:02:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.1881 % completed
02:02:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.3395 % (this job) = 24.6252 % (total)
02:02:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.2185 % completed
02:02:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.3482 % (this job) = 24.6339 % (total)
02:02:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.2489 % completed
02:02:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.3568 % (this job) = 24.6426 % (total)
02:02:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.2793 % completed
02:02:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.3655 % (this job) = 24.6512 % (total)
02:02:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.3098 % completed
02:02:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.3742 % (this job) = 24.6599 % (total)
02:02:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.3402 % completed
02:02:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.3829 % (this job) = 24.6686 % (total)
02:02:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.3706 % completed
02:02:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.3916 % (this job) = 24.6773 % (total)
02:02:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.401 % completed
02:02:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.4003 % (this job) = 24.686 % (total)
02:02:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.432 % completed
02:02:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.4091 % (this job) = 24.6949 % (total)
02:02:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.4624 % completed
02:02:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.4178 % (this job) = 24.7035 % (total)
02:02:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.4928 % completed
02:02:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.4265 % (this job) = 24.7122 % (total)
02:02:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.5232 % completed
02:02:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.4352 % (this job) = 24.7209 % (total)
02:02:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.5536 % completed
02:02:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.4439 % (this job) = 24.7296 % (total)
02:02:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.5841 % completed
02:02:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.4526 % (this job) = 24.7383 % (total)
02:02:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.6145 % completed
02:02:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.4613 % (this job) = 24.747 % (total)
02:02:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.6449 % completed
02:02:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.47 % (this job) = 24.7557 % (total)
02:02:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.7112 % completed
02:02:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.4889 % (this job) = 24.7746 % (total)
02:02:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.7416 % completed
02:02:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.4976 % (this job) = 24.7833 % (total)
02:02:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.7838 % completed
02:02:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.5097 % (this job) = 24.7954 % (total)
02:02:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.8143 % completed
02:02:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.5184 % (this job) = 24.8041 % (total)
02:02:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.8474 % completed
02:02:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.5278 % (this job) = 24.8135 % (total)
02:02:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.8778 % completed
02:02:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.5365 % (this job) = 24.8222 % (total)
02:02:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.9082 % completed
02:02:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.5452 % (this job) = 24.8309 % (total)
02:02:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.9386 % completed
02:02:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.5539 % (this job) = 24.8396 % (total)
02:02:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.969 % completed
02:02:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.5626 % (this job) = 24.8483 % (total)
02:02:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 36.9995 % completed
02:02:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.5713 % (this job) = 24.857 % (total)
02:02:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.0411 % completed
02:02:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.5832 % (this job) = 24.8689 % (total)
02:02:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.0715 % completed
02:02:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.5919 % (this job) = 24.8776 % (total)
02:02:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.1019 % completed
02:02:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.6006 % (this job) = 24.8863 % (total)
02:02:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.1323 % completed
02:02:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.6092 % (this job) = 24.895 % (total)
02:02:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.1628 % completed
02:02:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.6179 % (this job) = 24.9036 % (total)
02:02:30 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.1932 % completed
02:02:30 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.6266 % (this job) = 24.9123 % (total)
02:02:30 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.2236 % completed
02:02:30 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.6353 % (this job) = 24.921 % (total)
02:02:31 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.254 % completed
02:02:31 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.644 % (this job) = 24.9297 % (total)
02:02:32 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.2899 % completed
02:02:32 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.6542 % (this job) = 24.94 % (total)
02:02:32 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.3203 % completed
02:02:32 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.6629 % (this job) = 24.9487 % (total)
02:02:33 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.3507 % completed
02:02:33 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.6716 % (this job) = 24.9573 % (total)
02:02:33 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.3875 % completed
02:02:33 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.6821 % (this job) = 24.9679 % (total)
02:02:33 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.4179 % completed
02:02:33 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.6908 % (this job) = 24.9765 % (total)
02:02:33 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.4571 % completed
02:02:33 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.702 % (this job) = 24.9877 % (total)
02:02:33 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.4875 % completed
02:02:33 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.7107 % (this job) = 24.9964 % (total)
02:02:33 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.5249 % completed
02:02:33 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.7214 % (this job) = 25.0071 % (total)
02:02:33 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.5553 % completed
02:02:33 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.7301 % (this job) = 25.0158 % (total)
02:02:33 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.5858 % completed
02:02:33 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.7388 % (this job) = 25.0245 % (total)
02:02:33 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.6259 % completed
02:02:33 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.7503 % (this job) = 25.036 % (total)
02:02:33 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.6563 % completed
02:02:33 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.7589 % (this job) = 25.0447 % (total)
02:02:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.6867 % completed
02:02:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.7676 % (this job) = 25.0533 % (total)
02:02:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.7171 % completed
02:02:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.7763 % (this job) = 25.062 % (total)
02:02:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.7573 % completed
02:02:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.7878 % (this job) = 25.0735 % (total)
02:02:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.7877 % completed
02:02:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.7965 % (this job) = 25.0822 % (total)
02:02:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.8181 % completed
02:02:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.8052 % (this job) = 25.0909 % (total)
02:02:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.8528 % completed
02:02:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.8151 % (this job) = 25.1008 % (total)
02:02:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.8832 % completed
02:02:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.8238 % (this job) = 25.1095 % (total)
02:02:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.9136 % completed
02:02:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.8324 % (this job) = 25.1182 % (total)
02:02:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.944 % completed
02:02:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.8411 % (this job) = 25.1269 % (total)
02:02:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 37.9744 % completed
02:02:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.8498 % (this job) = 25.1355 % (total)
02:02:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.0048 % completed
02:02:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.8585 % (this job) = 25.1442 % (total)
02:02:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.0352 % completed
02:02:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.8672 % (this job) = 25.1529 % (total)
02:02:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.0656 % completed
02:02:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.8759 % (this job) = 25.1616 % (total)
02:02:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.096 % completed
02:02:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.8846 % (this job) = 25.1703 % (total)
02:02:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.1264 % completed
02:02:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.8933 % (this job) = 25.179 % (total)
02:02:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.1569 % completed
02:02:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.902 % (this job) = 25.1877 % (total)
02:02:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.1915 % completed
02:02:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.9119 % (this job) = 25.1976 % (total)
02:02:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.2219 % completed
02:02:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.9206 % (this job) = 25.2063 % (total)
02:02:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.2523 % completed
02:02:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.9292 % (this job) = 25.215 % (total)
02:02:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.2828 % completed
02:02:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.9379 % (this job) = 25.2236 % (total)
02:02:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.3135 % completed
02:02:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.9467 % (this job) = 25.2324 % (total)
02:02:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.3439 % completed
02:02:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.9554 % (this job) = 25.2411 % (total)
02:02:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.3743 % completed
02:02:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.9641 % (this job) = 25.2498 % (total)
02:02:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.4047 % completed
02:02:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.9728 % (this job) = 25.2585 % (total)
02:02:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.4351 % completed
02:02:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.9815 % (this job) = 25.2672 % (total)
02:02:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.4655 % completed
02:02:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.9901 % (this job) = 25.2759 % (total)
02:02:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.4959 % completed
02:02:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 10.9988 % (this job) = 25.2846 % (total)
02:02:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.5263 % completed
02:02:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.0075 % (this job) = 25.2932 % (total)
02:02:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.5567 % completed
02:02:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.0162 % (this job) = 25.3019 % (total)
02:02:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.5872 % completed
02:02:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.0249 % (this job) = 25.3106 % (total)
02:02:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.6176 % completed
02:02:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.0336 % (this job) = 25.3193 % (total)
02:02:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.648 % completed
02:02:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.0423 % (this job) = 25.328 % (total)
02:02:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.6784 % completed
02:02:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.051 % (this job) = 25.3367 % (total)
02:02:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.7115 % completed
02:02:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.0604 % (this job) = 25.3462 % (total)
02:02:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.7419 % completed
02:02:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.0691 % (this job) = 25.3548 % (total)
02:02:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.7724 % completed
02:02:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.0778 % (this job) = 25.3635 % (total)
02:02:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.8028 % completed
02:02:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.0865 % (this job) = 25.3722 % (total)
02:02:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.8332 % completed
02:02:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.0952 % (this job) = 25.3809 % (total)
02:02:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.8636 % completed
02:02:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.1039 % (this job) = 25.3896 % (total)
02:02:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.894 % completed
02:02:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.1126 % (this job) = 25.3983 % (total)
02:02:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.9244 % completed
02:02:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.1213 % (this job) = 25.407 % (total)
02:02:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.9548 % completed
02:02:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.1299 % (this job) = 25.4157 % (total)
02:02:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 38.9852 % completed
02:02:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.1386 % (this job) = 25.4243 % (total)
02:02:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.0156 % completed
02:02:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.1473 % (this job) = 25.433 % (total)
02:02:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.046 % completed
02:02:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.156 % (this job) = 25.4417 % (total)
02:02:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.0765 % completed
02:02:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.1647 % (this job) = 25.4504 % (total)
02:02:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.1069 % completed
02:02:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.1734 % (this job) = 25.4591 % (total)
02:02:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.1373 % completed
02:02:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.1821 % (this job) = 25.4678 % (total)
02:02:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.1677 % completed
02:02:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.1908 % (this job) = 25.4765 % (total)
02:02:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.1981 % completed
02:02:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.1995 % (this job) = 25.4852 % (total)
02:02:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.2285 % completed
02:02:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.2081 % (this job) = 25.4939 % (total)
02:02:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.2589 % completed
02:02:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.2168 % (this job) = 25.5025 % (total)
02:02:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.2893 % completed
02:02:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.2255 % (this job) = 25.5112 % (total)
02:02:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.3197 % completed
02:02:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.2342 % (this job) = 25.5199 % (total)
02:02:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.3501 % completed
02:02:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.2429 % (this job) = 25.5286 % (total)
02:02:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.3805 % completed
02:02:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.2516 % (this job) = 25.5373 % (total)
02:02:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.411 % completed
02:02:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.2603 % (this job) = 25.546 % (total)
02:02:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.4414 % completed
02:02:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.269 % (this job) = 25.5547 % (total)
02:02:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.4718 % completed
02:02:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.2777 % (this job) = 25.5634 % (total)
02:02:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.5022 % completed
02:02:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.2863 % (this job) = 25.5721 % (total)
02:02:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.5326 % completed
02:02:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.295 % (this job) = 25.5807 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.563 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.3037 % (this job) = 25.5894 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.5934 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.3124 % (this job) = 25.5981 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.6238 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.3211 % (this job) = 25.6068 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.6542 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.3298 % (this job) = 25.6155 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.6846 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.3385 % (this job) = 25.6242 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.7151 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.3472 % (this job) = 25.6329 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.7455 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.3558 % (this job) = 25.6416 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.7759 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.3645 % (this job) = 25.6503 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.8063 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.3732 % (this job) = 25.6589 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.8367 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.3819 % (this job) = 25.6676 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.8671 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.3906 % (this job) = 25.6763 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.8975 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.3993 % (this job) = 25.685 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.9279 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.408 % (this job) = 25.6937 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.9665 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.419 % (this job) = 25.7047 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 39.9985 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.4281 % (this job) = 25.7139 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.0319 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.4377 % (this job) = 25.7234 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.0715 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.449 % (this job) = 25.7347 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.1034 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.4581 % (this job) = 25.7438 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.1338 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.4668 % (this job) = 25.7525 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.1685 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.4767 % (this job) = 25.7624 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.1995 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.4856 % (this job) = 25.7713 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.2308 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.4945 % (this job) = 25.7802 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.2874 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.5107 % (this job) = 25.7964 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.319 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.5197 % (this job) = 25.8054 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.3494 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.5284 % (this job) = 25.8141 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.3826 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.5379 % (this job) = 25.8236 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.4242 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.5498 % (this job) = 25.8355 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.4552 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.5586 % (this job) = 25.8444 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.4869 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.5677 % (this job) = 25.8534 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.5188 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.5768 % (this job) = 25.8625 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.5492 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.5855 % (this job) = 25.8712 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.5881 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.5966 % (this job) = 25.8823 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.6204 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.6058 % (this job) = 25.8915 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.6511 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.6146 % (this job) = 25.9003 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.6821 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.6235 % (this job) = 25.9092 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.7125 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.6321 % (this job) = 25.9179 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.7429 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.6408 % (this job) = 25.9265 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.7755 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.6501 % (this job) = 25.9358 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.808 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.6594 % (this job) = 25.9451 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.8405 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.6687 % (this job) = 25.9544 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.881 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.6803 % (this job) = 25.966 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.9153 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.6901 % (this job) = 25.9758 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.9497 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.6999 % (this job) = 25.9856 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 40.9801 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.7086 % (this job) = 25.9943 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.0142 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.7183 % (this job) = 26.004 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.0479 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.728 % (this job) = 26.0137 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.0957 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.7416 % (this job) = 26.0273 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.1322 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.752 % (this job) = 26.0378 % (total)
02:02:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.1626 % completed
02:02:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.7607 % (this job) = 26.0464 % (total)
02:02:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.193 % completed
02:02:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.7694 % (this job) = 26.0551 % (total)
02:02:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.2234 % completed
02:02:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.7781 % (this job) = 26.0638 % (total)
02:02:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.2538 % completed
02:02:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.7868 % (this job) = 26.0725 % (total)
02:02:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.2842 % completed
02:02:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.7955 % (this job) = 26.0812 % (total)
02:02:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.3146 % completed
02:02:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.8042 % (this job) = 26.0899 % (total)
02:02:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.345 % completed
02:02:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.8129 % (this job) = 26.0986 % (total)
02:02:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.3754 % completed
02:02:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.8216 % (this job) = 26.1073 % (total)
02:02:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.4059 % completed
02:02:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.8302 % (this job) = 26.116 % (total)
02:02:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.4363 % completed
02:02:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.8389 % (this job) = 26.1246 % (total)
02:02:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.4667 % completed
02:02:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.8476 % (this job) = 26.1333 % (total)
02:02:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.4971 % completed
02:02:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.8563 % (this job) = 26.142 % (total)
02:02:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.5275 % completed
02:02:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.865 % (this job) = 26.1507 % (total)
02:02:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.5579 % completed
02:02:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.8737 % (this job) = 26.1594 % (total)
02:02:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.5883 % completed
02:02:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.8824 % (this job) = 26.1681 % (total)
02:02:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.6187 % completed
02:02:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.8911 % (this job) = 26.1768 % (total)
02:02:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.6491 % completed
02:02:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.8998 % (this job) = 26.1855 % (total)
02:02:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.6795 % completed
02:02:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.9084 % (this job) = 26.1942 % (total)
02:02:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.71 % completed
02:02:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.9171 % (this job) = 26.2028 % (total)
02:02:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.7404 % completed
02:02:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.9258 % (this job) = 26.2115 % (total)
02:02:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.7708 % completed
02:02:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.9345 % (this job) = 26.2202 % (total)
02:02:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.8012 % completed
02:02:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.9432 % (this job) = 26.2289 % (total)
02:02:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.8316 % completed
02:02:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.9519 % (this job) = 26.2376 % (total)
02:02:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.862 % completed
02:02:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.9606 % (this job) = 26.2463 % (total)
02:02:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.8924 % completed
02:02:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.9693 % (this job) = 26.255 % (total)
02:02:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.9228 % completed
02:02:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.9779 % (this job) = 26.2637 % (total)
02:02:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.9532 % completed
02:02:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.9866 % (this job) = 26.2724 % (total)
02:02:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 41.9836 % completed
02:02:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 11.9953 % (this job) = 26.281 % (total)
02:02:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.014 % completed
02:02:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.004 % (this job) = 26.2897 % (total)
02:02:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.0445 % completed
02:02:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.0127 % (this job) = 26.2984 % (total)
02:02:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.0749 % completed
02:02:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.0214 % (this job) = 26.3071 % (total)
02:02:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.1053 % completed
02:02:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.0301 % (this job) = 26.3158 % (total)
02:02:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.1357 % completed
02:02:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.0388 % (this job) = 26.3245 % (total)
02:02:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.1661 % completed
02:02:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.0475 % (this job) = 26.3332 % (total)
02:02:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.1965 % completed
02:02:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.0561 % (this job) = 26.3419 % (total)
02:02:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.2269 % completed
02:02:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.0648 % (this job) = 26.3505 % (total)
02:02:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.2573 % completed
02:02:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.0735 % (this job) = 26.3592 % (total)
02:02:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.288 % completed
02:02:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.0823 % (this job) = 26.368 % (total)
02:02:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.3185 % completed
02:02:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.091 % (this job) = 26.3767 % (total)
02:02:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.3489 % completed
02:02:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.0997 % (this job) = 26.3854 % (total)
02:02:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.3793 % completed
02:02:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.1084 % (this job) = 26.3941 % (total)
02:02:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.4097 % completed
02:02:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.1171 % (this job) = 26.4028 % (total)
02:02:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.4401 % completed
02:02:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.1257 % (this job) = 26.4115 % (total)
02:02:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.4705 % completed
02:02:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.1344 % (this job) = 26.4201 % (total)
02:02:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.5009 % completed
02:02:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.1431 % (this job) = 26.4288 % (total)
02:02:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.5313 % completed
02:02:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.1518 % (this job) = 26.4375 % (total)
02:02:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.5617 % completed
02:02:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.1605 % (this job) = 26.4462 % (total)
02:02:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.5921 % completed
02:02:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.1692 % (this job) = 26.4549 % (total)
02:02:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.6226 % completed
02:02:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.1779 % (this job) = 26.4636 % (total)
02:02:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.653 % completed
02:02:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.1866 % (this job) = 26.4723 % (total)
02:02:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.6834 % completed
02:02:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.1952 % (this job) = 26.481 % (total)
02:02:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.7138 % completed
02:02:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.2039 % (this job) = 26.4897 % (total)
02:02:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.7442 % completed
02:02:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.2126 % (this job) = 26.4983 % (total)
02:02:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.7746 % completed
02:02:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.2213 % (this job) = 26.507 % (total)
02:02:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.805 % completed
02:02:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.23 % (this job) = 26.5157 % (total)
02:02:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.8354 % completed
02:02:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.2387 % (this job) = 26.5244 % (total)
02:02:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.8658 % completed
02:02:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.2474 % (this job) = 26.5331 % (total)
02:02:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.8962 % completed
02:02:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.2561 % (this job) = 26.5418 % (total)
02:02:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.9267 % completed
02:02:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.2648 % (this job) = 26.5505 % (total)
02:02:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.9571 % completed
02:02:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.2734 % (this job) = 26.5592 % (total)
02:02:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 42.9875 % completed
02:02:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.2821 % (this job) = 26.5678 % (total)
02:02:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.0179 % completed
02:02:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.2908 % (this job) = 26.5765 % (total)
02:02:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.0483 % completed
02:02:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.2995 % (this job) = 26.5852 % (total)
02:02:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.0787 % completed
02:02:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.3082 % (this job) = 26.5939 % (total)
02:02:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.1091 % completed
02:02:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.3169 % (this job) = 26.6026 % (total)
02:02:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.1395 % completed
02:02:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.3256 % (this job) = 26.6113 % (total)
02:02:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.1699 % completed
02:02:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.3343 % (this job) = 26.62 % (total)
02:02:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.2003 % completed
02:02:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.343 % (this job) = 26.6287 % (total)
02:02:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.2308 % completed
02:02:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.3516 % (this job) = 26.6374 % (total)
02:02:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.2612 % completed
02:02:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.3603 % (this job) = 26.646 % (total)
02:02:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.2916 % completed
02:02:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.369 % (this job) = 26.6547 % (total)
02:02:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.322 % completed
02:02:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.3777 % (this job) = 26.6634 % (total)
02:02:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.3524 % completed
02:02:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.3864 % (this job) = 26.6721 % (total)
02:02:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.3828 % completed
02:02:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.3951 % (this job) = 26.6808 % (total)
02:02:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.4132 % completed
02:02:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.4038 % (this job) = 26.6895 % (total)
02:02:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.4436 % completed
02:02:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.4125 % (this job) = 26.6982 % (total)
02:02:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.474 % completed
02:02:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.4212 % (this job) = 26.7069 % (total)
02:02:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.5044 % completed
02:02:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.4298 % (this job) = 26.7156 % (total)
02:02:46 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.5348 % completed
02:02:46 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.4385 % (this job) = 26.7242 % (total)
02:02:47 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.5653 % completed
02:02:47 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.4472 % (this job) = 26.7329 % (total)
02:02:48 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.5957 % completed
02:02:48 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.4559 % (this job) = 26.7416 % (total)
02:02:48 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.6261 % completed
02:02:48 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.4646 % (this job) = 26.7503 % (total)
02:02:48 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.6565 % completed
02:02:48 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.4733 % (this job) = 26.759 % (total)
02:02:48 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.6869 % completed
02:02:48 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.482 % (this job) = 26.7677 % (total)
02:02:48 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.7173 % completed
02:02:48 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.4907 % (this job) = 26.7764 % (total)
02:02:48 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.7477 % completed
02:02:48 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.4993 % (this job) = 26.7851 % (total)
02:02:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.7787 % completed
02:02:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.5082 % (this job) = 26.7939 % (total)
02:02:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.8091 % completed
02:02:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.5169 % (this job) = 26.8026 % (total)
02:02:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.8396 % completed
02:02:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.5256 % (this job) = 26.8113 % (total)
02:02:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.87 % completed
02:02:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.5343 % (this job) = 26.82 % (total)
02:02:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.9004 % completed
02:02:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.543 % (this job) = 26.8287 % (total)
02:02:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.9308 % completed
02:02:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.5517 % (this job) = 26.8374 % (total)
02:02:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.9612 % completed
02:02:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.5603 % (this job) = 26.8461 % (total)
02:02:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 43.9916 % completed
02:02:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.569 % (this job) = 26.8547 % (total)
02:02:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.022 % completed
02:02:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.5777 % (this job) = 26.8634 % (total)
02:02:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.0524 % completed
02:02:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.5864 % (this job) = 26.8721 % (total)
02:02:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.0828 % completed
02:02:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.5951 % (this job) = 26.8808 % (total)
02:02:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.1132 % completed
02:02:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.6038 % (this job) = 26.8895 % (total)
02:02:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.1437 % completed
02:02:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.6125 % (this job) = 26.8982 % (total)
02:02:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.1747 % completed
02:02:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.6213 % (this job) = 26.907 % (total)
02:02:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.2051 % completed
02:02:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.63 % (this job) = 26.9157 % (total)
02:02:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.2355 % completed
02:02:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.6387 % (this job) = 26.9244 % (total)
02:02:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.2659 % completed
02:02:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.6474 % (this job) = 26.9331 % (total)
02:02:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.2963 % completed
02:02:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.6561 % (this job) = 26.9418 % (total)
02:02:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.3267 % completed
02:02:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.6648 % (this job) = 26.9505 % (total)
02:02:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.3571 % completed
02:02:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.6735 % (this job) = 26.9592 % (total)
02:02:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.3875 % completed
02:02:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.6822 % (this job) = 26.9679 % (total)
02:02:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.418 % completed
02:02:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.6908 % (this job) = 26.9766 % (total)
02:02:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.4484 % completed
02:02:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.6995 % (this job) = 26.9852 % (total)
02:02:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.4788 % completed
02:02:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.7082 % (this job) = 26.9939 % (total)
02:02:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.5092 % completed
02:02:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.7169 % (this job) = 27.0026 % (total)
02:02:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.5396 % completed
02:02:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.7256 % (this job) = 27.0113 % (total)
02:02:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.57 % completed
02:02:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.7343 % (this job) = 27.02 % (total)
02:02:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.6004 % completed
02:02:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.743 % (this job) = 27.0287 % (total)
02:02:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.6308 % completed
02:02:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.7517 % (this job) = 27.0374 % (total)
02:02:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.6612 % completed
02:02:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.7604 % (this job) = 27.0461 % (total)
02:02:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.6916 % completed
02:02:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.769 % (this job) = 27.0548 % (total)
02:02:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.7221 % completed
02:02:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.7777 % (this job) = 27.0634 % (total)
02:02:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.7525 % completed
02:02:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.7864 % (this job) = 27.0721 % (total)
02:02:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.7829 % completed
02:02:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.7951 % (this job) = 27.0808 % (total)
02:02:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.8133 % completed
02:02:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.8038 % (this job) = 27.0895 % (total)
02:02:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.8437 % completed
02:02:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.8125 % (this job) = 27.0982 % (total)
02:02:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.8741 % completed
02:02:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.8212 % (this job) = 27.1069 % (total)
02:02:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.9109 % completed
02:02:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.8317 % (this job) = 27.1174 % (total)
02:02:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.9413 % completed
02:02:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.8404 % (this job) = 27.1261 % (total)
02:02:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 44.9717 % completed
02:02:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.8491 % (this job) = 27.1348 % (total)
02:02:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.0021 % completed
02:02:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.8578 % (this job) = 27.1435 % (total)
02:02:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.0325 % completed
02:02:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.8664 % (this job) = 27.1522 % (total)
02:02:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.0629 % completed
02:02:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.8751 % (this job) = 27.1608 % (total)
02:02:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.0934 % completed
02:02:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.8838 % (this job) = 27.1695 % (total)
02:02:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.1238 % completed
02:02:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.8925 % (this job) = 27.1782 % (total)
02:02:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.1542 % completed
02:02:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.9012 % (this job) = 27.1869 % (total)
02:02:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.1846 % completed
02:02:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.9099 % (this job) = 27.1956 % (total)
02:02:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.215 % completed
02:02:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.9186 % (this job) = 27.2043 % (total)
02:02:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.2454 % completed
02:02:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.9273 % (this job) = 27.213 % (total)
02:02:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.2758 % completed
02:02:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.9359 % (this job) = 27.2217 % (total)
02:02:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.3062 % completed
02:02:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.9446 % (this job) = 27.2304 % (total)
02:02:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.3366 % completed
02:02:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.9533 % (this job) = 27.239 % (total)
02:02:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.367 % completed
02:02:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.962 % (this job) = 27.2477 % (total)
02:02:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.3975 % completed
02:02:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.9707 % (this job) = 27.2564 % (total)
02:02:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.4279 % completed
02:02:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.9794 % (this job) = 27.2651 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.4583 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.9881 % (this job) = 27.2738 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.4887 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 12.9968 % (this job) = 27.2825 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.5191 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.0055 % (this job) = 27.2912 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.5495 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.0141 % (this job) = 27.2999 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.5799 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.0228 % (this job) = 27.3085 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.6103 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.0315 % (this job) = 27.3172 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.6407 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.0402 % (this job) = 27.3259 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.6711 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.0489 % (this job) = 27.3346 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.7016 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.0576 % (this job) = 27.3433 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.732 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.0663 % (this job) = 27.352 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.7624 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.075 % (this job) = 27.3607 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.7928 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.0837 % (this job) = 27.3694 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.8232 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.0923 % (this job) = 27.3781 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.8536 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.101 % (this job) = 27.3867 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.884 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.1097 % (this job) = 27.3954 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.9144 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.1184 % (this job) = 27.4041 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.9448 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.1271 % (this job) = 27.4128 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 45.9752 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.1358 % (this job) = 27.4215 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.0057 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.1445 % (this job) = 27.4302 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.0361 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.1532 % (this job) = 27.4389 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.0665 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.1619 % (this job) = 27.4476 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.0969 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.1705 % (this job) = 27.4563 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.1273 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.1792 % (this job) = 27.4649 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.1577 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.1879 % (this job) = 27.4736 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.1881 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.1966 % (this job) = 27.4823 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.2185 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.2053 % (this job) = 27.491 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.2489 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.214 % (this job) = 27.4997 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.2793 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.2227 % (this job) = 27.5084 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.3098 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.2314 % (this job) = 27.5171 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.3402 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.24 % (this job) = 27.5258 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.3706 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.2487 % (this job) = 27.5345 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.401 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.2574 % (this job) = 27.5431 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.4314 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.2661 % (this job) = 27.5518 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.4618 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.2748 % (this job) = 27.5605 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.4922 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.2835 % (this job) = 27.5692 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.5226 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.2922 % (this job) = 27.5779 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.553 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.3009 % (this job) = 27.5866 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.5834 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.3096 % (this job) = 27.5953 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.6139 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.3182 % (this job) = 27.604 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.6443 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.3269 % (this job) = 27.6126 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.6747 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.3356 % (this job) = 27.6213 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.7051 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.3443 % (this job) = 27.63 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.7355 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.353 % (this job) = 27.6387 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.7659 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.3617 % (this job) = 27.6474 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.7963 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.3704 % (this job) = 27.6561 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.8267 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.3791 % (this job) = 27.6648 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.8571 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.3878 % (this job) = 27.6735 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.8875 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.3964 % (this job) = 27.6822 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.918 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.4051 % (this job) = 27.6908 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.9484 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.4138 % (this job) = 27.6995 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 46.9788 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.4225 % (this job) = 27.7082 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.0092 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.4312 % (this job) = 27.7169 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.0396 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.4399 % (this job) = 27.7256 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.07 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.4486 % (this job) = 27.7343 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.1004 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.4573 % (this job) = 27.743 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.1308 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.4659 % (this job) = 27.7517 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.1612 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.4746 % (this job) = 27.7604 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.1916 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.4833 % (this job) = 27.769 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.2221 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.492 % (this job) = 27.7777 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.2525 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.5007 % (this job) = 27.7864 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.2829 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.5094 % (this job) = 27.7951 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.3133 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.5181 % (this job) = 27.8038 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.3437 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.5268 % (this job) = 27.8125 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.3741 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.5355 % (this job) = 27.8212 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.4045 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.5441 % (this job) = 27.8299 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.4349 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.5528 % (this job) = 27.8385 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.4653 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.5615 % (this job) = 27.8472 % (total)
02:02:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.4957 % completed
02:02:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.5702 % (this job) = 27.8559 % (total)
02:02:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.5262 % completed
02:02:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.5789 % (this job) = 27.8646 % (total)
02:02:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.5566 % completed
02:02:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.5876 % (this job) = 27.8733 % (total)
02:02:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.587 % completed
02:02:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.5963 % (this job) = 27.882 % (total)
02:02:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.6174 % completed
02:02:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.605 % (this job) = 27.8907 % (total)
02:02:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.6478 % completed
02:02:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.6137 % (this job) = 27.8994 % (total)
02:02:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.6782 % completed
02:02:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.6223 % (this job) = 27.9081 % (total)
02:02:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.7086 % completed
02:02:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.631 % (this job) = 27.9167 % (total)
02:02:57 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.739 % completed
02:02:57 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.6397 % (this job) = 27.9254 % (total)
02:02:57 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.7694 % completed
02:02:57 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.6484 % (this job) = 27.9341 % (total)
02:02:57 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.7998 % completed
02:02:57 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.6571 % (this job) = 27.9428 % (total)
02:02:57 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.8315 % completed
02:02:57 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.6661 % (this job) = 27.9518 % (total)
02:02:57 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.8619 % completed
02:02:57 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.6748 % (this job) = 27.9605 % (total)
02:02:57 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.8923 % completed
02:02:57 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.6835 % (this job) = 27.9692 % (total)
02:02:57 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.9227 % completed
02:02:57 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.6922 % (this job) = 27.9779 % (total)
02:02:57 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.9531 % completed
02:02:57 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.7009 % (this job) = 27.9866 % (total)
02:02:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 47.9948 % completed
02:02:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.7128 % (this job) = 27.9985 % (total)
02:02:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.0252 % completed
02:02:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.7215 % (this job) = 28.0072 % (total)
02:02:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.0556 % completed
02:02:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.7302 % (this job) = 28.0159 % (total)
02:02:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.086 % completed
02:02:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.7389 % (this job) = 28.0246 % (total)
02:02:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.1164 % completed
02:02:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.7475 % (this job) = 28.0333 % (total)
02:02:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.1468 % completed
02:02:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.7562 % (this job) = 28.0419 % (total)
02:02:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.1772 % completed
02:02:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.7649 % (this job) = 28.0506 % (total)
02:03:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.2076 % completed
02:03:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.7736 % (this job) = 28.0593 % (total)
02:03:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.238 % completed
02:03:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.7823 % (this job) = 28.068 % (total)
02:03:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.2685 % completed
02:03:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.791 % (this job) = 28.0767 % (total)
02:03:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.2989 % completed
02:03:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.7997 % (this job) = 28.0854 % (total)
02:03:02 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.3293 % completed
02:03:02 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.8084 % (this job) = 28.0941 % (total)
02:03:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.3597 % completed
02:03:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.8171 % (this job) = 28.1028 % (total)
02:03:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.3901 % completed
02:03:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.8257 % (this job) = 28.1115 % (total)
02:03:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.4205 % completed
02:03:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.8344 % (this job) = 28.1201 % (total)
02:03:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.4509 % completed
02:03:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.8431 % (this job) = 28.1288 % (total)
02:03:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.4813 % completed
02:03:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.8518 % (this job) = 28.1375 % (total)
02:03:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.5117 % completed
02:03:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.8605 % (this job) = 28.1462 % (total)
02:03:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.5421 % completed
02:03:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.8692 % (this job) = 28.1549 % (total)
02:03:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.5726 % completed
02:03:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.8779 % (this job) = 28.1636 % (total)
02:03:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.603 % completed
02:03:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.8866 % (this job) = 28.1723 % (total)
02:03:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.6334 % completed
02:03:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.8953 % (this job) = 28.181 % (total)
02:03:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.6638 % completed
02:03:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.9039 % (this job) = 28.1897 % (total)
02:03:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.6942 % completed
02:03:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.9126 % (this job) = 28.1983 % (total)
02:03:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.7246 % completed
02:03:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.9213 % (this job) = 28.207 % (total)
02:03:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.755 % completed
02:03:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.93 % (this job) = 28.2157 % (total)
02:03:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.7854 % completed
02:03:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.9387 % (this job) = 28.2244 % (total)
02:03:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.8158 % completed
02:03:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.9474 % (this job) = 28.2331 % (total)
02:03:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.8462 % completed
02:03:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.9561 % (this job) = 28.2418 % (total)
02:03:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.8767 % completed
02:03:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.9648 % (this job) = 28.2505 % (total)
02:03:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.9071 % completed
02:03:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.9734 % (this job) = 28.2592 % (total)
02:03:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.9375 % completed
02:03:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.9821 % (this job) = 28.2679 % (total)
02:03:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.9679 % completed
02:03:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.9908 % (this job) = 28.2765 % (total)
02:03:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 48.9983 % completed
02:03:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 13.9995 % (this job) = 28.2852 % (total)
02:03:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.0287 % completed
02:03:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.0082 % (this job) = 28.2939 % (total)
02:03:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.0591 % completed
02:03:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.0169 % (this job) = 28.3026 % (total)
02:03:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.0895 % completed
02:03:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.0256 % (this job) = 28.3113 % (total)
02:03:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.1199 % completed
02:03:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.0343 % (this job) = 28.32 % (total)
02:03:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.1503 % completed
02:03:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.043 % (this job) = 28.3287 % (total)
02:03:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.1808 % completed
02:03:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.0516 % (this job) = 28.3374 % (total)
02:03:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.2112 % completed
02:03:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.0603 % (this job) = 28.346 % (total)
02:03:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.2416 % completed
02:03:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.069 % (this job) = 28.3547 % (total)
02:03:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.272 % completed
02:03:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.0777 % (this job) = 28.3634 % (total)
02:03:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.3024 % completed
02:03:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.0864 % (this job) = 28.3721 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.3328 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.0951 % (this job) = 28.3808 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.3632 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.1038 % (this job) = 28.3895 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.3936 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.1125 % (this job) = 28.3982 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.4249 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.1214 % (this job) = 28.4071 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.4554 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.1301 % (this job) = 28.4158 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.4858 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.1388 % (this job) = 28.4245 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.5174 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.1478 % (this job) = 28.4335 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.5478 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.1565 % (this job) = 28.4422 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.58 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.1657 % (this job) = 28.4514 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.6104 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.1744 % (this job) = 28.4601 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.6409 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.1831 % (this job) = 28.4688 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.6713 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.1918 % (this job) = 28.4775 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.7062 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.2018 % (this job) = 28.4875 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.7367 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.2105 % (this job) = 28.4962 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.7671 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.2192 % (this job) = 28.5049 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.799 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.2283 % (this job) = 28.514 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.8303 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.2372 % (this job) = 28.5229 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.8607 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.2459 % (this job) = 28.5316 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.8923 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.255 % (this job) = 28.5407 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.9228 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.2636 % (this job) = 28.5494 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.9535 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.2724 % (this job) = 28.5581 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 49.9842 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.2812 % (this job) = 28.5669 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.0146 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.2899 % (this job) = 28.5756 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.0453 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.2987 % (this job) = 28.5844 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.0757 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.3073 % (this job) = 28.5931 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.1061 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.316 % (this job) = 28.6018 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.1375 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.325 % (this job) = 28.6107 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.1679 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.3337 % (this job) = 28.6194 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.1986 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.3425 % (this job) = 28.6282 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.229 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.3511 % (this job) = 28.6369 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.2603 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.3601 % (this job) = 28.6458 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.2919 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.3691 % (this job) = 28.6548 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.3226 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.3779 % (this job) = 28.6636 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.3546 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.387 % (this job) = 28.6727 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.3853 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.3958 % (this job) = 28.6815 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.4181 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.4052 % (this job) = 28.6909 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.4485 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.4139 % (this job) = 28.6996 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.479 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.4226 % (this job) = 28.7083 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.5097 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.4313 % (this job) = 28.717 % (total)
02:03:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.5401 % completed
02:03:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.44 % (this job) = 28.7257 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.5705 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.4487 % (this job) = 28.7344 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.6009 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.4574 % (this job) = 28.7431 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.6316 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.4662 % (this job) = 28.7519 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.662 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.4749 % (this job) = 28.7606 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.6924 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.4836 % (this job) = 28.7693 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.7231 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.4923 % (this job) = 28.778 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.7542 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.5012 % (this job) = 28.7869 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.7846 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.5099 % (this job) = 28.7956 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.815 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.5186 % (this job) = 28.8043 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.8454 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.5273 % (this job) = 28.813 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.8788 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.5368 % (this job) = 28.8225 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.9093 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.5455 % (this job) = 28.8312 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.9406 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.5545 % (this job) = 28.8402 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 50.971 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.5631 % (this job) = 28.8489 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.0014 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.5718 % (this job) = 28.8575 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.0318 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.5805 % (this job) = 28.8662 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.0622 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.5892 % (this job) = 28.8749 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.0926 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.5979 % (this job) = 28.8836 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.1233 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.6067 % (this job) = 28.8924 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.1538 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.6154 % (this job) = 28.9011 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.1845 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.6241 % (this job) = 28.9098 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.2149 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.6328 % (this job) = 28.9185 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.2456 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.6416 % (this job) = 28.9273 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.276 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.6503 % (this job) = 28.936 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.307 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.6591 % (this job) = 28.9449 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.3374 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.6678 % (this job) = 28.9536 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.3678 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.6765 % (this job) = 28.9622 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.3995 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.6856 % (this job) = 28.9713 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.4299 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.6942 % (this job) = 28.98 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.467 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.7048 % (this job) = 28.9906 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.498 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.7137 % (this job) = 28.9994 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.5287 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.7225 % (this job) = 29.0082 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.5591 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.7312 % (this job) = 29.0169 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.5898 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.74 % (this job) = 29.0257 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.6202 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.7486 % (this job) = 29.0344 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.6507 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.7573 % (this job) = 29.043 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.685 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.7671 % (this job) = 29.0529 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.7154 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.7758 % (this job) = 29.0615 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.7458 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.7845 % (this job) = 29.0702 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.7762 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.7932 % (this job) = 29.0789 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.8067 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.8019 % (this job) = 29.0876 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.8371 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.8106 % (this job) = 29.0963 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.8675 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.8193 % (this job) = 29.105 % (total)
02:03:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.8979 % completed
02:03:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.828 % (this job) = 29.1137 % (total)
02:03:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.9283 % completed
02:03:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.8367 % (this job) = 29.1224 % (total)
02:03:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.9587 % completed
02:03:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.8453 % (this job) = 29.1311 % (total)
02:03:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 51.9891 % completed
02:03:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.854 % (this job) = 29.1397 % (total)
02:03:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.0195 % completed
02:03:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.8627 % (this job) = 29.1484 % (total)
02:03:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.0502 % completed
02:03:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.8715 % (this job) = 29.1572 % (total)
02:03:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.0806 % completed
02:03:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.8802 % (this job) = 29.1659 % (total)
02:03:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.1111 % completed
02:03:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.8889 % (this job) = 29.1746 % (total)
02:03:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.1418 % completed
02:03:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.8976 % (this job) = 29.1834 % (total)
02:03:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.1722 % completed
02:03:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.9063 % (this job) = 29.1921 % (total)
02:03:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.2029 % completed
02:03:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.9151 % (this job) = 29.2008 % (total)
02:03:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.2336 % completed
02:03:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.9239 % (this job) = 29.2096 % (total)
02:03:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.2671 % completed
02:03:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.9334 % (this job) = 29.2192 % (total)
02:03:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.2984 % completed
02:03:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.9424 % (this job) = 29.2281 % (total)
02:03:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.3288 % completed
02:03:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.9511 % (this job) = 29.2368 % (total)
02:03:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.3592 % completed
02:03:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.9598 % (this job) = 29.2455 % (total)
02:03:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.3902 % completed
02:03:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.9686 % (this job) = 29.2543 % (total)
02:03:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.4231 % completed
02:03:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.978 % (this job) = 29.2637 % (total)
02:03:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.4535 % completed
02:03:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.9867 % (this job) = 29.2724 % (total)
02:03:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.4845 % completed
02:03:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 14.9956 % (this job) = 29.2813 % (total)
02:03:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.5149 % completed
02:03:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.0043 % (this job) = 29.29 % (total)
02:03:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.5456 % completed
02:03:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.013 % (this job) = 29.2987 % (total)
02:03:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.576 % completed
02:03:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.0217 % (this job) = 29.3074 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.6064 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.0304 % (this job) = 29.3161 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.6368 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.0391 % (this job) = 29.3248 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.6685 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.0481 % (this job) = 29.3338 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.6992 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.0569 % (this job) = 29.3426 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.7296 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.0656 % (this job) = 29.3513 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.7652 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.0758 % (this job) = 29.3615 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.7956 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.0845 % (this job) = 29.3702 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.826 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.0931 % (this job) = 29.3789 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.857 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.102 % (this job) = 29.3877 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.8874 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.1107 % (this job) = 29.3964 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.9181 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.1195 % (this job) = 29.4052 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.9492 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.1283 % (this job) = 29.414 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 52.9802 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.1372 % (this job) = 29.4229 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.0106 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.1459 % (this job) = 29.4316 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.041 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.1546 % (this job) = 29.4403 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.0714 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.1633 % (this job) = 29.449 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.1018 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.1719 % (this job) = 29.4577 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.1322 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.1806 % (this job) = 29.4663 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.1629 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.1894 % (this job) = 29.4751 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.1937 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.1982 % (this job) = 29.4839 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.2241 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.2069 % (this job) = 29.4926 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.2551 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.2157 % (this job) = 29.5015 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.2855 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.2244 % (this job) = 29.5101 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.3159 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.2331 % (this job) = 29.5188 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.3463 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.2418 % (this job) = 29.5275 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.3767 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.2505 % (this job) = 29.5362 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.4071 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.2592 % (this job) = 29.5449 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.4375 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.2679 % (this job) = 29.5536 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.4679 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.2766 % (this job) = 29.5623 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.5181 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.2909 % (this job) = 29.5766 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.5485 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.2996 % (this job) = 29.5853 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.5789 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.3083 % (this job) = 29.594 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.6094 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.317 % (this job) = 29.6027 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.6398 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.3256 % (this job) = 29.6114 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.6702 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.3343 % (this job) = 29.62 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.7006 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.343 % (this job) = 29.6287 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.731 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.3517 % (this job) = 29.6374 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.7614 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.3604 % (this job) = 29.6461 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.7918 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.3691 % (this job) = 29.6548 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.8222 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.3778 % (this job) = 29.6635 % (total)
02:03:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.8526 % completed
02:03:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.3865 % (this job) = 29.6722 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.8861 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.396 % (this job) = 29.6817 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.9174 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.405 % (this job) = 29.6907 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.9481 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.4137 % (this job) = 29.6995 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 53.9797 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.4228 % (this job) = 29.7085 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.0114 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.4318 % (this job) = 29.7175 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.0424 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.4407 % (this job) = 29.7264 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.0734 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.4495 % (this job) = 29.7353 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.1041 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.4583 % (this job) = 29.744 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.1351 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.4672 % (this job) = 29.7529 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.1656 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.4759 % (this job) = 29.7616 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.1969 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.4848 % (this job) = 29.7705 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.2279 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.4937 % (this job) = 29.7794 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.2586 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.5025 % (this job) = 29.7882 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.289 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.5111 % (this job) = 29.7969 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.3209 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.5203 % (this job) = 29.806 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.352 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.5291 % (this job) = 29.8148 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.3824 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.5378 % (this job) = 29.8235 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.4128 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.5465 % (this job) = 29.8322 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.4432 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.5552 % (this job) = 29.8409 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.4736 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.5639 % (this job) = 29.8496 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.504 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.5726 % (this job) = 29.8583 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.5344 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.5813 % (this job) = 29.867 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.5648 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.59 % (this job) = 29.8757 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.5952 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.5986 % (this job) = 29.8844 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.6257 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.6073 % (this job) = 29.893 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.6561 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.616 % (this job) = 29.9017 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.6901 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.6257 % (this job) = 29.9115 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.7208 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.6345 % (this job) = 29.9202 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.7512 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.6432 % (this job) = 29.9289 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.7817 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.6519 % (this job) = 29.9376 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.8124 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.6607 % (this job) = 29.9464 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.8428 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.6694 % (this job) = 29.9551 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.8732 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.6781 % (this job) = 29.9638 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.9036 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.6867 % (this job) = 29.9725 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.934 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.6954 % (this job) = 29.9811 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.9644 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.7041 % (this job) = 29.9898 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 54.9948 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.7128 % (this job) = 29.9985 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.0316 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.7233 % (this job) = 30.009 % (total)
02:03:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.062 % completed
02:03:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.732 % (this job) = 30.0177 % (total)
02:03:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.0924 % completed
02:03:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.7407 % (this job) = 30.0264 % (total)
02:03:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.1229 % completed
02:03:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.7494 % (this job) = 30.0351 % (total)
02:03:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.1533 % completed
02:03:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.7581 % (this job) = 30.0438 % (total)
02:03:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.1837 % completed
02:03:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.7668 % (this job) = 30.0525 % (total)
02:03:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.2144 % completed
02:03:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.7755 % (this job) = 30.0613 % (total)
02:03:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.2561 % completed
02:03:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.7874 % (this job) = 30.0732 % (total)
02:03:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.2865 % completed
02:03:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.7961 % (this job) = 30.0818 % (total)
02:03:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.3169 % completed
02:03:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.8048 % (this job) = 30.0905 % (total)
02:03:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.3473 % completed
02:03:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.8135 % (this job) = 30.0992 % (total)
02:03:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.3777 % completed
02:03:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.8222 % (this job) = 30.1079 % (total)
02:03:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.4081 % completed
02:03:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.8309 % (this job) = 30.1166 % (total)
02:03:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.4385 % completed
02:03:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.8396 % (this job) = 30.1253 % (total)
02:03:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.4689 % completed
02:03:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.8483 % (this job) = 30.134 % (total)
02:03:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.4993 % completed
02:03:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.857 % (this job) = 30.1427 % (total)
02:03:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.5297 % completed
02:03:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.8656 % (this job) = 30.1514 % (total)
02:03:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.5602 % completed
02:03:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.8743 % (this job) = 30.16 % (total)
02:03:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.5906 % completed
02:03:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.883 % (this job) = 30.1687 % (total)
02:03:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.621 % completed
02:03:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.8917 % (this job) = 30.1774 % (total)
02:03:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.6514 % completed
02:03:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.9004 % (this job) = 30.1861 % (total)
02:03:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.6818 % completed
02:03:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.9091 % (this job) = 30.1948 % (total)
02:03:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.7122 % completed
02:03:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.9178 % (this job) = 30.2035 % (total)
02:03:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.7426 % completed
02:03:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.9265 % (this job) = 30.2122 % (total)
02:03:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.773 % completed
02:03:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.9351 % (this job) = 30.2209 % (total)
02:03:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.8034 % completed
02:03:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.9438 % (this job) = 30.2296 % (total)
02:03:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.8338 % completed
02:03:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.9525 % (this job) = 30.2382 % (total)
02:03:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.8643 % completed
02:03:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.9612 % (this job) = 30.2469 % (total)
02:03:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.8947 % completed
02:03:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.9699 % (this job) = 30.2556 % (total)
02:03:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.9251 % completed
02:03:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.9786 % (this job) = 30.2643 % (total)
02:03:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.9555 % completed
02:03:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.9873 % (this job) = 30.273 % (total)
02:03:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 55.9859 % completed
02:03:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 15.996 % (this job) = 30.2817 % (total)
02:03:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.0163 % completed
02:03:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.0047 % (this job) = 30.2904 % (total)
02:03:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.0467 % completed
02:03:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.0133 % (this job) = 30.2991 % (total)
02:03:13 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.0771 % completed
02:03:13 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.022 % (this job) = 30.3077 % (total)
02:03:13 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.1075 % completed
02:03:13 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.0307 % (this job) = 30.3164 % (total)
02:03:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.1379 % completed
02:03:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.0394 % (this job) = 30.3251 % (total)
02:03:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.1683 % completed
02:03:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.0481 % (this job) = 30.3338 % (total)
02:03:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.1988 % completed
02:03:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.0568 % (this job) = 30.3425 % (total)
02:03:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.2292 % completed
02:03:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.0655 % (this job) = 30.3512 % (total)
02:03:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.2596 % completed
02:03:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.0742 % (this job) = 30.3599 % (total)
02:03:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.29 % completed
02:03:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.0829 % (this job) = 30.3686 % (total)
02:03:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.321 % completed
02:03:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.0917 % (this job) = 30.3774 % (total)
02:03:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.3514 % completed
02:03:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.1004 % (this job) = 30.3861 % (total)
02:03:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.3818 % completed
02:03:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.1091 % (this job) = 30.3948 % (total)
02:03:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.4122 % completed
02:03:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.1178 % (this job) = 30.4035 % (total)
02:03:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.4433 % completed
02:03:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.1266 % (this job) = 30.4124 % (total)
02:03:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.4743 % completed
02:03:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.1355 % (this job) = 30.4212 % (total)
02:03:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.5047 % completed
02:03:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.1442 % (this job) = 30.4299 % (total)
02:03:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.5351 % completed
02:03:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.1529 % (this job) = 30.4386 % (total)
02:03:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.5655 % completed
02:03:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.1616 % (this job) = 30.4473 % (total)
02:03:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.5959 % completed
02:03:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.1703 % (this job) = 30.456 % (total)
02:03:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.6263 % completed
02:03:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.1789 % (this job) = 30.4647 % (total)
02:03:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.6567 % completed
02:03:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.1876 % (this job) = 30.4734 % (total)
02:03:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.6871 % completed
02:03:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.1963 % (this job) = 30.482 % (total)
02:03:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.7176 % completed
02:03:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.205 % (this job) = 30.4907 % (total)
02:03:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.748 % completed
02:03:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.2137 % (this job) = 30.4994 % (total)
02:03:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.7784 % completed
02:03:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.2224 % (this job) = 30.5081 % (total)
02:03:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.8088 % completed
02:03:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.2311 % (this job) = 30.5168 % (total)
02:03:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.8392 % completed
02:03:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.2398 % (this job) = 30.5255 % (total)
02:03:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.8696 % completed
02:03:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.2485 % (this job) = 30.5342 % (total)
02:03:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.9009 % completed
02:03:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.2574 % (this job) = 30.5431 % (total)
02:03:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.9319 % completed
02:03:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.2663 % (this job) = 30.552 % (total)
02:03:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.9624 % completed
02:03:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.275 % (this job) = 30.5607 % (total)
02:03:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 56.9928 % completed
02:03:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.2836 % (this job) = 30.5694 % (total)
02:03:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.0244 % completed
02:03:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.2927 % (this job) = 30.5784 % (total)
02:03:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.0548 % completed
02:03:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.3014 % (this job) = 30.5871 % (total)
02:03:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.0852 % completed
02:03:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.3101 % (this job) = 30.5958 % (total)
02:03:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.1162 % completed
02:03:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.3189 % (this job) = 30.6046 % (total)
02:03:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.1466 % completed
02:03:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.3276 % (this job) = 30.6133 % (total)
02:03:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.177 % completed
02:03:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.3363 % (this job) = 30.622 % (total)
02:03:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.2075 % completed
02:03:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.345 % (this job) = 30.6307 % (total)
02:03:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.2379 % completed
02:03:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.3537 % (this job) = 30.6394 % (total)
02:03:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.2683 % completed
02:03:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.3624 % (this job) = 30.6481 % (total)
02:03:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.2987 % completed
02:03:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.3711 % (this job) = 30.6568 % (total)
02:03:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.3291 % completed
02:03:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.3797 % (this job) = 30.6655 % (total)
02:03:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.3595 % completed
02:03:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.3884 % (this job) = 30.6741 % (total)
02:03:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.3899 % completed
02:03:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.3971 % (this job) = 30.6828 % (total)
02:03:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.4203 % completed
02:03:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.4058 % (this job) = 30.6915 % (total)
02:03:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.4507 % completed
02:03:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.4145 % (this job) = 30.7002 % (total)
02:03:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.4811 % completed
02:03:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.4232 % (this job) = 30.7089 % (total)
02:03:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.5116 % completed
02:03:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.4319 % (this job) = 30.7176 % (total)
02:03:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.542 % completed
02:03:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.4406 % (this job) = 30.7263 % (total)
02:03:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.5724 % completed
02:03:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.4493 % (this job) = 30.735 % (total)
02:03:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.6028 % completed
02:03:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.4579 % (this job) = 30.7437 % (total)
02:03:17 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.6332 % completed
02:03:17 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.4666 % (this job) = 30.7523 % (total)
02:03:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.6636 % completed
02:03:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.4753 % (this job) = 30.761 % (total)
02:03:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.694 % completed
02:03:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.484 % (this job) = 30.7697 % (total)
02:03:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.7244 % completed
02:03:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.4927 % (this job) = 30.7784 % (total)
02:03:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.7548 % completed
02:03:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.5014 % (this job) = 30.7871 % (total)
02:03:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.7852 % completed
02:03:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.5101 % (this job) = 30.7958 % (total)
02:03:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.8157 % completed
02:03:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.5188 % (this job) = 30.8045 % (total)
02:03:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.8461 % completed
02:03:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.5274 % (this job) = 30.8132 % (total)
02:03:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.8765 % completed
02:03:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.5361 % (this job) = 30.8218 % (total)
02:03:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.9069 % completed
02:03:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.5448 % (this job) = 30.8305 % (total)
02:03:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.9373 % completed
02:03:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.5535 % (this job) = 30.8392 % (total)
02:03:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.9677 % completed
02:03:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.5622 % (this job) = 30.8479 % (total)
02:03:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 57.9981 % completed
02:03:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.5709 % (this job) = 30.8566 % (total)
02:03:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.0285 % completed
02:03:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.5796 % (this job) = 30.8653 % (total)
02:03:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.0589 % completed
02:03:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.5883 % (this job) = 30.874 % (total)
02:03:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.0893 % completed
02:03:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.597 % (this job) = 30.8827 % (total)
02:03:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.1198 % completed
02:03:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.6056 % (this job) = 30.8914 % (total)
02:03:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.1502 % completed
02:03:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.6143 % (this job) = 30.9 % (total)
02:03:18 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.1806 % completed
02:03:18 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.623 % (this job) = 30.9087 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.211 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.6317 % (this job) = 30.9174 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.2414 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.6404 % (this job) = 30.9261 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.2718 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.6491 % (this job) = 30.9348 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.3022 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.6578 % (this job) = 30.9435 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.3332 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.6666 % (this job) = 30.9524 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.3636 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.6753 % (this job) = 30.961 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.3944 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.6841 % (this job) = 30.9698 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.4248 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.6928 % (this job) = 30.9785 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.4552 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.7015 % (this job) = 30.9872 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.4856 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.7102 % (this job) = 30.9959 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.516 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.7189 % (this job) = 31.0046 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.5464 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.7275 % (this job) = 31.0133 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.5768 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.7362 % (this job) = 31.0219 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.6072 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.7449 % (this job) = 31.0306 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.6376 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.7536 % (this job) = 31.0393 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.668 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.7623 % (this job) = 31.048 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.6985 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.771 % (this job) = 31.0567 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.7289 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.7797 % (this job) = 31.0654 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.7593 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.7884 % (this job) = 31.0741 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.7897 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.7971 % (this job) = 31.0828 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.8201 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.8057 % (this job) = 31.0915 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.8505 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.8144 % (this job) = 31.1001 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.8809 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.8231 % (this job) = 31.1088 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.9113 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.8318 % (this job) = 31.1175 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.9417 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.8405 % (this job) = 31.1262 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 58.9721 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.8492 % (this job) = 31.1349 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.0026 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.8579 % (this job) = 31.1436 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.033 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.8666 % (this job) = 31.1523 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.0634 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.8752 % (this job) = 31.161 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.0938 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.8839 % (this job) = 31.1697 % (total)
02:03:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.1242 % completed
02:03:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.8926 % (this job) = 31.1783 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.1546 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.9013 % (this job) = 31.187 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.185 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.91 % (this job) = 31.1957 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.2154 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.9187 % (this job) = 31.2044 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.2464 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.9276 % (this job) = 31.2133 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.2772 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.9363 % (this job) = 31.222 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.3097 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.9456 % (this job) = 31.2313 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.3407 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.9545 % (this job) = 31.2402 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.3711 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.9632 % (this job) = 31.2489 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.4015 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.9719 % (this job) = 31.2576 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.4319 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.9806 % (this job) = 31.2663 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.4624 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.9892 % (this job) = 31.275 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.4928 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 16.9979 % (this job) = 31.2836 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.5232 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.0066 % (this job) = 31.2923 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.5536 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.0153 % (this job) = 31.301 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.584 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.024 % (this job) = 31.3097 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.6144 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.0327 % (this job) = 31.3184 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.6448 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.0414 % (this job) = 31.3271 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.6752 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.0501 % (this job) = 31.3358 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.7056 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.0588 % (this job) = 31.3445 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.736 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.0674 % (this job) = 31.3532 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.7665 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.0761 % (this job) = 31.3618 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.7972 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.0849 % (this job) = 31.3706 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.8276 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.0936 % (this job) = 31.3793 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.8604 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.103 % (this job) = 31.3887 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.8908 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.1117 % (this job) = 31.3974 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.9212 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.1204 % (this job) = 31.4061 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.9516 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.129 % (this job) = 31.4148 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 59.9866 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.139 % (this job) = 31.4247 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.017 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.1477 % (this job) = 31.4334 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.0474 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.1564 % (this job) = 31.4421 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.0797 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.1656 % (this job) = 31.4513 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.1101 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.1743 % (this job) = 31.46 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.1405 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.183 % (this job) = 31.4687 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.1709 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.1917 % (this job) = 31.4774 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.2013 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.2004 % (this job) = 31.4861 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.2317 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.2091 % (this job) = 31.4948 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.2621 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.2178 % (this job) = 31.5035 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.2925 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.2264 % (this job) = 31.5122 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.323 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.2351 % (this job) = 31.5208 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.3537 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.2439 % (this job) = 31.5296 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.3841 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.2526 % (this job) = 31.5383 % (total)
02:03:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.4145 % completed
02:03:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.2613 % (this job) = 31.547 % (total)
02:03:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.4449 % completed
02:03:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.27 % (this job) = 31.5557 % (total)
02:03:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.4753 % completed
02:03:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.2787 % (this job) = 31.5644 % (total)
02:03:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.5066 % completed
02:03:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.2876 % (this job) = 31.5733 % (total)
02:03:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.537 % completed
02:03:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.2963 % (this job) = 31.582 % (total)
02:03:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.5678 % completed
02:03:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.3051 % (this job) = 31.5908 % (total)
02:03:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.5982 % completed
02:03:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.3138 % (this job) = 31.5995 % (total)
02:03:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.6286 % completed
02:03:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.3224 % (this job) = 31.6082 % (total)
02:03:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.659 % completed
02:03:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.3311 % (this job) = 31.6169 % (total)
02:03:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.6894 % completed
02:03:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.3398 % (this job) = 31.6255 % (total)
02:03:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.7198 % completed
02:03:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.3485 % (this job) = 31.6342 % (total)
02:03:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.7502 % completed
02:03:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.3572 % (this job) = 31.6429 % (total)
02:03:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.7806 % completed
02:03:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.3659 % (this job) = 31.6516 % (total)
02:03:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.811 % completed
02:03:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.3746 % (this job) = 31.6603 % (total)
02:03:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.8414 % completed
02:03:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.3833 % (this job) = 31.669 % (total)
02:03:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.8719 % completed
02:03:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.392 % (this job) = 31.6777 % (total)
02:03:21 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.9023 % completed
02:03:21 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.4006 % (this job) = 31.6864 % (total)
02:03:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.9333 % completed
02:03:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.4095 % (this job) = 31.6952 % (total)
02:03:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.9637 % completed
02:03:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.4182 % (this job) = 31.7039 % (total)
02:03:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 60.9941 % completed
02:03:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.4269 % (this job) = 31.7126 % (total)
02:03:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.0245 % completed
02:03:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.4356 % (this job) = 31.7213 % (total)
02:03:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.0552 % completed
02:03:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.4443 % (this job) = 31.7301 % (total)
02:03:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.0856 % completed
02:03:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.453 % (this job) = 31.7388 % (total)
02:03:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.116 % completed
02:03:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.4617 % (this job) = 31.7474 % (total)
02:03:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.1465 % completed
02:03:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.4704 % (this job) = 31.7561 % (total)
02:03:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.1769 % completed
02:03:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.4791 % (this job) = 31.7648 % (total)
02:03:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.2073 % completed
02:03:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.4878 % (this job) = 31.7735 % (total)
02:03:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.2377 % completed
02:03:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.4965 % (this job) = 31.7822 % (total)
02:03:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.2681 % completed
02:03:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.5052 % (this job) = 31.7909 % (total)
02:03:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.2985 % completed
02:03:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.5139 % (this job) = 31.7996 % (total)
02:03:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.3295 % completed
02:03:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.5227 % (this job) = 31.8084 % (total)
02:03:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.3602 % completed
02:03:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.5315 % (this job) = 31.8172 % (total)
02:03:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.3906 % completed
02:03:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.5402 % (this job) = 31.8259 % (total)
02:03:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.4211 % completed
02:03:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.5489 % (this job) = 31.8346 % (total)
02:03:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.4518 % completed
02:03:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.5576 % (this job) = 31.8434 % (total)
02:03:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.4822 % completed
02:03:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.5663 % (this job) = 31.8521 % (total)
02:03:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.5126 % completed
02:03:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.575 % (this job) = 31.8607 % (total)
02:03:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.543 % completed
02:03:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.5837 % (this job) = 31.8694 % (total)
02:03:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.5734 % completed
02:03:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.5924 % (this job) = 31.8781 % (total)
02:03:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.6041 % completed
02:03:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.6012 % (this job) = 31.8869 % (total)
02:03:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.6348 % completed
02:03:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.61 % (this job) = 31.8957 % (total)
02:03:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.6652 % completed
02:03:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.6186 % (this job) = 31.9044 % (total)
02:03:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.696 % completed
02:03:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.6274 % (this job) = 31.9131 % (total)
02:03:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.7267 % completed
02:03:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.6362 % (this job) = 31.9219 % (total)
02:03:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.7571 % completed
02:03:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.6449 % (this job) = 31.9306 % (total)
02:03:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.7875 % completed
02:03:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.6536 % (this job) = 31.9393 % (total)
02:03:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.8179 % completed
02:03:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.6623 % (this job) = 31.948 % (total)
02:03:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.8486 % completed
02:03:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.671 % (this job) = 31.9567 % (total)
02:03:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.879 % completed
02:03:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.6797 % (this job) = 31.9654 % (total)
02:03:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.9094 % completed
02:03:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.6884 % (this job) = 31.9741 % (total)
02:03:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.9398 % completed
02:03:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.6971 % (this job) = 31.9828 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 61.9703 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.7058 % (this job) = 31.9915 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.0007 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.7145 % (this job) = 32.0002 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.0311 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.7232 % (this job) = 32.0089 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.0615 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.7319 % (this job) = 32.0176 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.0919 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.7405 % (this job) = 32.0263 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.1223 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.7492 % (this job) = 32.0349 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.1527 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.7579 % (this job) = 32.0436 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.1831 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.7666 % (this job) = 32.0523 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.2135 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.7753 % (this job) = 32.061 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.2439 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.784 % (this job) = 32.0697 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.2744 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.7927 % (this job) = 32.0784 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.3048 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.8014 % (this job) = 32.0871 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.3352 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.8101 % (this job) = 32.0958 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.3656 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.8187 % (this job) = 32.1045 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.396 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.8274 % (this job) = 32.1131 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.4264 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.8361 % (this job) = 32.1218 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.4568 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.8448 % (this job) = 32.1305 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.4872 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.8535 % (this job) = 32.1392 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.5176 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.8622 % (this job) = 32.1479 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.548 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.8709 % (this job) = 32.1566 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.625 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.8929 % (this job) = 32.1786 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.6554 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.9015 % (this job) = 32.1873 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.6858 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.9102 % (this job) = 32.1959 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.7162 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.9189 % (this job) = 32.2046 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.7466 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.9276 % (this job) = 32.2133 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.777 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.9363 % (this job) = 32.222 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.8074 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.945 % (this job) = 32.2307 % (total)
02:03:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.8391 % completed
02:03:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.954 % (this job) = 32.2397 % (total)
02:03:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.871 % completed
02:03:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.9631 % (this job) = 32.2489 % (total)
02:03:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.902 % completed
02:03:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.972 % (this job) = 32.2577 % (total)
02:03:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.9324 % completed
02:03:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.9807 % (this job) = 32.2664 % (total)
02:03:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.9628 % completed
02:03:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.9894 % (this job) = 32.2751 % (total)
02:03:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 62.9932 % completed
02:03:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 17.9981 % (this job) = 32.2838 % (total)
02:03:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.0237 % completed
02:03:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.0068 % (this job) = 32.2925 % (total)
02:03:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.0541 % completed
02:03:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.0154 % (this job) = 32.3012 % (total)
02:03:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.0845 % completed
02:03:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.0241 % (this job) = 32.3099 % (total)
02:03:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.1149 % completed
02:03:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.0328 % (this job) = 32.3185 % (total)
02:03:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.1453 % completed
02:03:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.0415 % (this job) = 32.3272 % (total)
02:03:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.1757 % completed
02:03:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.0502 % (this job) = 32.3359 % (total)
02:03:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.2061 % completed
02:03:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.0589 % (this job) = 32.3446 % (total)
02:03:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.2365 % completed
02:03:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.0676 % (this job) = 32.3533 % (total)
02:03:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.2669 % completed
02:03:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.0763 % (this job) = 32.362 % (total)
02:03:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.2973 % completed
02:03:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.085 % (this job) = 32.3707 % (total)
02:03:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.3329 % completed
02:03:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.0951 % (this job) = 32.3808 % (total)
02:03:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.3636 % completed
02:03:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.1039 % (this job) = 32.3896 % (total)
02:03:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.3941 % completed
02:03:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.1126 % (this job) = 32.3983 % (total)
02:03:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.4245 % completed
02:03:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.1213 % (this job) = 32.407 % (total)
02:03:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.4549 % completed
02:03:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.13 % (this job) = 32.4157 % (total)
02:03:30 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.4853 % completed
02:03:30 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.1387 % (this job) = 32.4244 % (total)
02:03:30 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.5157 % completed
02:03:30 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.1473 % (this job) = 32.4331 % (total)
02:03:31 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.5461 % completed
02:03:31 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.156 % (this job) = 32.4417 % (total)
02:03:31 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.6498 % completed
02:03:31 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.1857 % (this job) = 32.4714 % (total)
02:03:31 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.6802 % completed
02:03:31 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.1943 % (this job) = 32.4801 % (total)
02:03:31 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.7106 % completed
02:03:31 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.203 % (this job) = 32.4887 % (total)
02:03:32 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.741 % completed
02:03:32 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.2117 % (this job) = 32.4974 % (total)
02:03:32 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.7714 % completed
02:03:32 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.2204 % (this job) = 32.5061 % (total)
02:03:33 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.8018 % completed
02:03:33 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.2291 % (this job) = 32.5148 % (total)
02:03:33 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.8788 % completed
02:03:33 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.2511 % (this job) = 32.5368 % (total)
02:03:33 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.9092 % completed
02:03:33 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.2598 % (this job) = 32.5455 % (total)
02:03:33 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.9399 % completed
02:03:33 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.2685 % (this job) = 32.5543 % (total)
02:03:33 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 63.9703 % completed
02:03:33 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.2772 % (this job) = 32.5629 % (total)
02:03:33 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.0007 % completed
02:03:33 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.2859 % (this job) = 32.5716 % (total)
02:03:33 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.0311 % completed
02:03:33 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.2946 % (this job) = 32.5803 % (total)
02:03:33 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.0615 % completed
02:03:33 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.3033 % (this job) = 32.589 % (total)
02:03:33 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.092 % completed
02:03:33 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.312 % (this job) = 32.5977 % (total)
02:03:33 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.1224 % completed
02:03:33 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.3207 % (this job) = 32.6064 % (total)
02:03:33 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.1531 % completed
02:03:33 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.3295 % (this job) = 32.6152 % (total)
02:03:33 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.1835 % completed
02:03:33 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.3381 % (this job) = 32.6239 % (total)
02:03:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.2139 % completed
02:03:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.3468 % (this job) = 32.6325 % (total)
02:03:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.2443 % completed
02:03:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.3555 % (this job) = 32.6412 % (total)
02:03:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.2747 % completed
02:03:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.3642 % (this job) = 32.6499 % (total)
02:03:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.3051 % completed
02:03:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.3729 % (this job) = 32.6586 % (total)
02:03:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.3355 % completed
02:03:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.3816 % (this job) = 32.6673 % (total)
02:03:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.366 % completed
02:03:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.3903 % (this job) = 32.676 % (total)
02:03:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.3964 % completed
02:03:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.399 % (this job) = 32.6847 % (total)
02:03:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.4271 % completed
02:03:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.4077 % (this job) = 32.6935 % (total)
02:03:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.4575 % completed
02:03:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.4164 % (this job) = 32.7021 % (total)
02:03:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.4879 % completed
02:03:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.4251 % (this job) = 32.7108 % (total)
02:03:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.5183 % completed
02:03:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.4338 % (this job) = 32.7195 % (total)
02:03:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.5487 % completed
02:03:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.4425 % (this job) = 32.7282 % (total)
02:03:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.5797 % completed
02:03:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.4514 % (this job) = 32.7371 % (total)
02:03:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.6101 % completed
02:03:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.46 % (this job) = 32.7458 % (total)
02:03:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.6406 % completed
02:03:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.4687 % (this job) = 32.7544 % (total)
02:03:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.671 % completed
02:03:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.4774 % (this job) = 32.7631 % (total)
02:03:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.7014 % completed
02:03:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.4861 % (this job) = 32.7718 % (total)
02:03:34 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.7318 % completed
02:03:34 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.4948 % (this job) = 32.7805 % (total)
02:03:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.7622 % completed
02:03:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.5035 % (this job) = 32.7892 % (total)
02:03:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.7926 % completed
02:03:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.5122 % (this job) = 32.7979 % (total)
02:03:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.823 % completed
02:03:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.5209 % (this job) = 32.8066 % (total)
02:03:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.8534 % completed
02:03:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.5295 % (this job) = 32.8153 % (total)
02:03:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.8838 % completed
02:03:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.5382 % (this job) = 32.824 % (total)
02:03:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.9142 % completed
02:03:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.5469 % (this job) = 32.8326 % (total)
02:03:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.9447 % completed
02:03:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.5556 % (this job) = 32.8413 % (total)
02:03:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 64.9751 % completed
02:03:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.5643 % (this job) = 32.85 % (total)
02:03:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.0055 % completed
02:03:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.573 % (this job) = 32.8587 % (total)
02:03:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.0359 % completed
02:03:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.5817 % (this job) = 32.8674 % (total)
02:03:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.0663 % completed
02:03:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.5904 % (this job) = 32.8761 % (total)
02:03:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.0967 % completed
02:03:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.5991 % (this job) = 32.8848 % (total)
02:03:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.1271 % completed
02:03:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.6077 % (this job) = 32.8935 % (total)
02:03:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.1575 % completed
02:03:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.6164 % (this job) = 32.9021 % (total)
02:03:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.1879 % completed
02:03:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.6251 % (this job) = 32.9108 % (total)
02:03:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.2183 % completed
02:03:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.6338 % (this job) = 32.9195 % (total)
02:03:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.2488 % completed
02:03:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.6425 % (this job) = 32.9282 % (total)
02:03:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.2792 % completed
02:03:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.6512 % (this job) = 32.9369 % (total)
02:03:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.3096 % completed
02:03:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.6599 % (this job) = 32.9456 % (total)
02:03:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.34 % completed
02:03:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.6686 % (this job) = 32.9543 % (total)
02:03:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.3704 % completed
02:03:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.6773 % (this job) = 32.963 % (total)
02:03:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.4008 % completed
02:03:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.6859 % (this job) = 32.9717 % (total)
02:03:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.4312 % completed
02:03:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.6946 % (this job) = 32.9803 % (total)
02:03:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.4616 % completed
02:03:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.7033 % (this job) = 32.989 % (total)
02:03:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.492 % completed
02:03:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.712 % (this job) = 32.9977 % (total)
02:03:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.5224 % completed
02:03:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.7207 % (this job) = 33.0064 % (total)
02:03:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.5529 % completed
02:03:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.7294 % (this job) = 33.0151 % (total)
02:03:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.5833 % completed
02:03:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.7381 % (this job) = 33.0238 % (total)
02:03:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.6137 % completed
02:03:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.7468 % (this job) = 33.0325 % (total)
02:03:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.6441 % completed
02:03:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.7555 % (this job) = 33.0412 % (total)
02:03:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.6745 % completed
02:03:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.7641 % (this job) = 33.0499 % (total)
02:03:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.7049 % completed
02:03:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.7728 % (this job) = 33.0585 % (total)
02:03:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.7353 % completed
02:03:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.7815 % (this job) = 33.0672 % (total)
02:03:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.7657 % completed
02:03:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.7902 % (this job) = 33.0759 % (total)
02:03:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.7961 % completed
02:03:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.7989 % (this job) = 33.0846 % (total)
02:03:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.8265 % completed
02:03:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.8076 % (this job) = 33.0933 % (total)
02:03:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.857 % completed
02:03:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.8163 % (this job) = 33.102 % (total)
02:03:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.8874 % completed
02:03:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.825 % (this job) = 33.1107 % (total)
02:03:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.9178 % completed
02:03:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.8336 % (this job) = 33.1194 % (total)
02:03:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.9482 % completed
02:03:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.8423 % (this job) = 33.1281 % (total)
02:03:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 65.9786 % completed
02:03:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.851 % (this job) = 33.1367 % (total)
02:03:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.009 % completed
02:03:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.8597 % (this job) = 33.1454 % (total)
02:03:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.0394 % completed
02:03:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.8684 % (this job) = 33.1541 % (total)
02:03:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.0698 % completed
02:03:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.8771 % (this job) = 33.1628 % (total)
02:03:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.1002 % completed
02:03:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.8858 % (this job) = 33.1715 % (total)
02:03:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.1306 % completed
02:03:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.8945 % (this job) = 33.1802 % (total)
02:03:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.1611 % completed
02:03:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.9032 % (this job) = 33.1889 % (total)
02:03:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.1915 % completed
02:03:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.9118 % (this job) = 33.1976 % (total)
02:03:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.2225 % completed
02:03:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.9207 % (this job) = 33.2064 % (total)
02:03:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.2529 % completed
02:03:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.9294 % (this job) = 33.2151 % (total)
02:03:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.2833 % completed
02:03:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.9381 % (this job) = 33.2238 % (total)
02:03:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.3137 % completed
02:03:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.9468 % (this job) = 33.2325 % (total)
02:03:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.3441 % completed
02:03:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.9555 % (this job) = 33.2412 % (total)
02:03:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.3745 % completed
02:03:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.9642 % (this job) = 33.2499 % (total)
02:03:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.4049 % completed
02:03:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.9728 % (this job) = 33.2586 % (total)
02:03:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.4353 % completed
02:03:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.9815 % (this job) = 33.2672 % (total)
02:03:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.4658 % completed
02:03:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.9902 % (this job) = 33.2759 % (total)
02:03:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.4962 % completed
02:03:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 18.9989 % (this job) = 33.2846 % (total)
02:03:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.5266 % completed
02:03:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.0076 % (this job) = 33.2933 % (total)
02:03:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.557 % completed
02:03:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.0163 % (this job) = 33.302 % (total)
02:03:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.5874 % completed
02:03:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.025 % (this job) = 33.3107 % (total)
02:03:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.6178 % completed
02:03:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.0337 % (this job) = 33.3194 % (total)
02:03:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.6482 % completed
02:03:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.0423 % (this job) = 33.3281 % (total)
02:03:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.6786 % completed
02:03:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.051 % (this job) = 33.3368 % (total)
02:03:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.709 % completed
02:03:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.0597 % (this job) = 33.3454 % (total)
02:03:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.7394 % completed
02:03:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.0684 % (this job) = 33.3541 % (total)
02:03:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.7699 % completed
02:03:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.0771 % (this job) = 33.3628 % (total)
02:03:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.8003 % completed
02:03:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.0858 % (this job) = 33.3715 % (total)
02:03:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.8307 % completed
02:03:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.0945 % (this job) = 33.3802 % (total)
02:03:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.8611 % completed
02:03:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.1032 % (this job) = 33.3889 % (total)
02:03:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.8915 % completed
02:03:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.1119 % (this job) = 33.3976 % (total)
02:03:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.9219 % completed
02:03:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.1205 % (this job) = 33.4063 % (total)
02:03:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.9523 % completed
02:03:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.1292 % (this job) = 33.4149 % (total)
02:03:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 66.9827 % completed
02:03:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.1379 % (this job) = 33.4236 % (total)
02:03:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.0131 % completed
02:03:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.1466 % (this job) = 33.4323 % (total)
02:03:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.0435 % completed
02:03:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.1553 % (this job) = 33.441 % (total)
02:03:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.074 % completed
02:03:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.164 % (this job) = 33.4497 % (total)
02:03:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.1044 % completed
02:03:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.1727 % (this job) = 33.4584 % (total)
02:03:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.1348 % completed
02:03:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.1814 % (this job) = 33.4671 % (total)
02:03:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.1652 % completed
02:03:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.1901 % (this job) = 33.4758 % (total)
02:03:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.1956 % completed
02:03:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.1987 % (this job) = 33.4845 % (total)
02:03:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.226 % completed
02:03:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.2074 % (this job) = 33.4931 % (total)
02:03:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.2564 % completed
02:03:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.2161 % (this job) = 33.5018 % (total)
02:03:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.2868 % completed
02:03:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.2248 % (this job) = 33.5105 % (total)
02:03:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.3172 % completed
02:03:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.2335 % (this job) = 33.5192 % (total)
02:03:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.3476 % completed
02:03:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.2422 % (this job) = 33.5279 % (total)
02:03:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.3781 % completed
02:03:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.2509 % (this job) = 33.5366 % (total)
02:03:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.4085 % completed
02:03:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.2596 % (this job) = 33.5453 % (total)
02:03:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.4389 % completed
02:03:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.2683 % (this job) = 33.554 % (total)
02:03:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.4693 % completed
02:03:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.2769 % (this job) = 33.5627 % (total)
02:03:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.4997 % completed
02:03:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.2856 % (this job) = 33.5713 % (total)
02:03:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.5301 % completed
02:03:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.2943 % (this job) = 33.58 % (total)
02:03:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.5611 % completed
02:03:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.3032 % (this job) = 33.5889 % (total)
02:03:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.5915 % completed
02:03:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.3119 % (this job) = 33.5976 % (total)
02:03:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.6219 % completed
02:03:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.3206 % (this job) = 33.6063 % (total)
02:03:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.6524 % completed
02:03:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.3292 % (this job) = 33.615 % (total)
02:03:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.6828 % completed
02:03:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.3379 % (this job) = 33.6236 % (total)
02:03:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.7132 % completed
02:03:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.3466 % (this job) = 33.6323 % (total)
02:03:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.7436 % completed
02:03:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.3553 % (this job) = 33.641 % (total)
02:03:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.774 % completed
02:03:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.364 % (this job) = 33.6497 % (total)
02:03:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.8044 % completed
02:03:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.3727 % (this job) = 33.6584 % (total)
02:03:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.8348 % completed
02:03:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.3814 % (this job) = 33.6671 % (total)
02:03:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.8652 % completed
02:03:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.3901 % (this job) = 33.6758 % (total)
02:03:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.8956 % completed
02:03:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.3988 % (this job) = 33.6845 % (total)
02:03:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.926 % completed
02:03:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.4074 % (this job) = 33.6932 % (total)
02:03:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.9565 % completed
02:03:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.4161 % (this job) = 33.7018 % (total)
02:03:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 67.9869 % completed
02:03:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.4248 % (this job) = 33.7105 % (total)
02:03:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.0173 % completed
02:03:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.4335 % (this job) = 33.7192 % (total)
02:03:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.0477 % completed
02:03:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.4422 % (this job) = 33.7279 % (total)
02:03:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.0781 % completed
02:03:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.4509 % (this job) = 33.7366 % (total)
02:03:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.1085 % completed
02:03:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.4596 % (this job) = 33.7453 % (total)
02:03:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.1389 % completed
02:03:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.4683 % (this job) = 33.754 % (total)
02:03:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.1693 % completed
02:03:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.4769 % (this job) = 33.7627 % (total)
02:03:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.1997 % completed
02:03:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.4856 % (this job) = 33.7714 % (total)
02:03:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.2301 % completed
02:03:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.4943 % (this job) = 33.78 % (total)
02:03:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.2606 % completed
02:03:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.503 % (this job) = 33.7887 % (total)
02:03:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.291 % completed
02:03:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.5117 % (this job) = 33.7974 % (total)
02:03:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.3214 % completed
02:03:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.5204 % (this job) = 33.8061 % (total)
02:03:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.3518 % completed
02:03:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.5291 % (this job) = 33.8148 % (total)
02:03:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.3822 % completed
02:03:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.5378 % (this job) = 33.8235 % (total)
02:03:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.4126 % completed
02:03:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.5465 % (this job) = 33.8322 % (total)
02:03:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.443 % completed
02:03:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.5551 % (this job) = 33.8409 % (total)
02:03:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.4734 % completed
02:03:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.5638 % (this job) = 33.8495 % (total)
02:03:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.5038 % completed
02:03:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.5725 % (this job) = 33.8582 % (total)
02:03:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.5342 % completed
02:03:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.5812 % (this job) = 33.8669 % (total)
02:03:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.5647 % completed
02:03:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.5899 % (this job) = 33.8756 % (total)
02:03:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.5951 % completed
02:03:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.5986 % (this job) = 33.8843 % (total)
02:03:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.6255 % completed
02:03:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.6073 % (this job) = 33.893 % (total)
02:03:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.6559 % completed
02:03:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.616 % (this job) = 33.9017 % (total)
02:03:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.6863 % completed
02:03:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.6247 % (this job) = 33.9104 % (total)
02:03:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.7167 % completed
02:03:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.6333 % (this job) = 33.9191 % (total)
02:03:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.7471 % completed
02:03:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.642 % (this job) = 33.9277 % (total)
02:03:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.7775 % completed
02:03:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.6507 % (this job) = 33.9364 % (total)
02:03:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.8079 % completed
02:03:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.6594 % (this job) = 33.9451 % (total)
02:03:45 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.8383 % completed
02:03:45 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.6681 % (this job) = 33.9538 % (total)
02:03:47 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.8688 % completed
02:03:47 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.6768 % (this job) = 33.9625 % (total)
02:03:47 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.8992 % completed
02:03:47 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.6855 % (this job) = 33.9712 % (total)
02:03:48 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.9296 % completed
02:03:48 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.6942 % (this job) = 33.9799 % (total)
02:03:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.96 % completed
02:03:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.7029 % (this job) = 33.9886 % (total)
02:03:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 68.9904 % completed
02:03:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.7115 % (this job) = 33.9973 % (total)
02:03:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.0217 % completed
02:03:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.7205 % (this job) = 34.0062 % (total)
02:03:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.0521 % completed
02:03:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.7292 % (this job) = 34.0149 % (total)
02:03:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.0825 % completed
02:03:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.7379 % (this job) = 34.0236 % (total)
02:03:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.1129 % completed
02:03:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.7466 % (this job) = 34.0323 % (total)
02:03:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.1434 % completed
02:03:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.7552 % (this job) = 34.041 % (total)
02:03:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.1738 % completed
02:03:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.7639 % (this job) = 34.0496 % (total)
02:03:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.2042 % completed
02:03:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.7726 % (this job) = 34.0583 % (total)
02:03:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.2346 % completed
02:03:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.7813 % (this job) = 34.067 % (total)
02:03:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.2653 % completed
02:03:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.7901 % (this job) = 34.0758 % (total)
02:03:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.2957 % completed
02:03:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.7988 % (this job) = 34.0845 % (total)
02:03:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.3261 % completed
02:03:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.8075 % (this job) = 34.0932 % (total)
02:03:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.3565 % completed
02:03:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.8162 % (this job) = 34.1019 % (total)
02:03:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.3869 % completed
02:03:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.8248 % (this job) = 34.1106 % (total)
02:03:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.4173 % completed
02:03:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.8335 % (this job) = 34.1192 % (total)
02:03:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.4478 % completed
02:03:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.8422 % (this job) = 34.1279 % (total)
02:03:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.4782 % completed
02:03:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.8509 % (this job) = 34.1366 % (total)
02:03:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.5086 % completed
02:03:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.8596 % (this job) = 34.1453 % (total)
02:03:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.539 % completed
02:03:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.8683 % (this job) = 34.154 % (total)
02:03:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.5694 % completed
02:03:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.877 % (this job) = 34.1627 % (total)
02:03:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.5998 % completed
02:03:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.8857 % (this job) = 34.1714 % (total)
02:03:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.6302 % completed
02:03:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.8943 % (this job) = 34.1801 % (total)
02:03:49 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.6606 % completed
02:03:49 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.903 % (this job) = 34.1888 % (total)
02:03:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.691 % completed
02:03:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.9117 % (this job) = 34.1974 % (total)
02:03:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.7214 % completed
02:03:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.9204 % (this job) = 34.2061 % (total)
02:03:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.7519 % completed
02:03:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.9291 % (this job) = 34.2148 % (total)
02:03:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.7823 % completed
02:03:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.9378 % (this job) = 34.2235 % (total)
02:03:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.8127 % completed
02:03:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.9465 % (this job) = 34.2322 % (total)
02:03:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.8431 % completed
02:03:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.9552 % (this job) = 34.2409 % (total)
02:03:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.8735 % completed
02:03:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.9639 % (this job) = 34.2496 % (total)
02:03:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.9039 % completed
02:03:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.9725 % (this job) = 34.2583 % (total)
02:03:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.9343 % completed
02:03:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.9812 % (this job) = 34.2669 % (total)
02:03:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.9647 % completed
02:03:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.9899 % (this job) = 34.2756 % (total)
02:03:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 69.9951 % completed
02:03:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 19.9986 % (this job) = 34.2843 % (total)
02:03:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.0255 % completed
02:03:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.0073 % (this job) = 34.293 % (total)
02:03:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.056 % completed
02:03:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.016 % (this job) = 34.3017 % (total)
02:03:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.0864 % completed
02:03:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.0247 % (this job) = 34.3104 % (total)
02:03:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.1168 % completed
02:03:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.0334 % (this job) = 34.3191 % (total)
02:03:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.1472 % completed
02:03:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.0421 % (this job) = 34.3278 % (total)
02:03:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.1776 % completed
02:03:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.0507 % (this job) = 34.3365 % (total)
02:03:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.208 % completed
02:03:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.0594 % (this job) = 34.3451 % (total)
02:03:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.2384 % completed
02:03:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.0681 % (this job) = 34.3538 % (total)
02:03:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.2688 % completed
02:03:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.0768 % (this job) = 34.3625 % (total)
02:03:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.2992 % completed
02:03:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.0855 % (this job) = 34.3712 % (total)
02:03:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.3296 % completed
02:03:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.0942 % (this job) = 34.3799 % (total)
02:03:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.3601 % completed
02:03:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.1029 % (this job) = 34.3886 % (total)
02:03:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.3905 % completed
02:03:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.1116 % (this job) = 34.3973 % (total)
02:03:50 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.4209 % completed
02:03:50 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.1202 % (this job) = 34.406 % (total)
02:03:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.4513 % completed
02:03:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.1289 % (this job) = 34.4147 % (total)
02:03:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.4817 % completed
02:03:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.1376 % (this job) = 34.4233 % (total)
02:03:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.5121 % completed
02:03:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.1463 % (this job) = 34.432 % (total)
02:03:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.5425 % completed
02:03:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.155 % (this job) = 34.4407 % (total)
02:03:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.5729 % completed
02:03:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.1637 % (this job) = 34.4494 % (total)
02:03:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.6033 % completed
02:03:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.1724 % (this job) = 34.4581 % (total)
02:03:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.6337 % completed
02:03:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.1811 % (this job) = 34.4668 % (total)
02:03:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.6642 % completed
02:03:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.1898 % (this job) = 34.4755 % (total)
02:03:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.6946 % completed
02:03:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.1984 % (this job) = 34.4842 % (total)
02:03:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.725 % completed
02:03:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.2071 % (this job) = 34.4928 % (total)
02:03:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.7554 % completed
02:03:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.2158 % (this job) = 34.5015 % (total)
02:03:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.7858 % completed
02:03:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.2245 % (this job) = 34.5102 % (total)
02:03:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.8162 % completed
02:03:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.2332 % (this job) = 34.5189 % (total)
02:03:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.8466 % completed
02:03:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.2419 % (this job) = 34.5276 % (total)
02:03:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.877 % completed
02:03:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.2506 % (this job) = 34.5363 % (total)
02:03:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.9074 % completed
02:03:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.2593 % (this job) = 34.545 % (total)
02:03:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.9378 % completed
02:03:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.268 % (this job) = 34.5537 % (total)
02:03:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.9683 % completed
02:03:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.2766 % (this job) = 34.5624 % (total)
02:03:51 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 70.9987 % completed
02:03:51 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.2853 % (this job) = 34.571 % (total)
02:03:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.0291 % completed
02:03:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.294 % (this job) = 34.5797 % (total)
02:03:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.0595 % completed
02:03:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.3027 % (this job) = 34.5884 % (total)
02:03:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.0899 % completed
02:03:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.3114 % (this job) = 34.5971 % (total)
02:03:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.1203 % completed
02:03:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.3201 % (this job) = 34.6058 % (total)
02:03:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.1507 % completed
02:03:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.3288 % (this job) = 34.6145 % (total)
02:03:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.1811 % completed
02:03:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.3375 % (this job) = 34.6232 % (total)
02:03:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.2121 % completed
02:03:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.3463 % (this job) = 34.632 % (total)
02:03:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.2425 % completed
02:03:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.355 % (this job) = 34.6407 % (total)
02:03:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.273 % completed
02:03:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.3637 % (this job) = 34.6494 % (total)
02:03:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.3034 % completed
02:03:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.3724 % (this job) = 34.6581 % (total)
02:03:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.3338 % completed
02:03:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.3811 % (this job) = 34.6668 % (total)
02:03:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.3642 % completed
02:03:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.3898 % (this job) = 34.6755 % (total)
02:03:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.3946 % completed
02:03:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.3985 % (this job) = 34.6842 % (total)
02:03:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.425 % completed
02:03:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.4071 % (this job) = 34.6929 % (total)
02:03:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.4554 % completed
02:03:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.4158 % (this job) = 34.7015 % (total)
02:03:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.4858 % completed
02:03:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.4245 % (this job) = 34.7102 % (total)
02:03:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.5162 % completed
02:03:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.4332 % (this job) = 34.7189 % (total)
02:03:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.5466 % completed
02:03:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.4419 % (this job) = 34.7276 % (total)
02:03:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.5771 % completed
02:03:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.4506 % (this job) = 34.7363 % (total)
02:03:52 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.6075 % completed
02:03:52 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.4593 % (this job) = 34.745 % (total)
02:03:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.6379 % completed
02:03:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.468 % (this job) = 34.7537 % (total)
02:03:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.6683 % completed
02:03:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.4767 % (this job) = 34.7624 % (total)
02:03:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.6987 % completed
02:03:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.4853 % (this job) = 34.7711 % (total)
02:03:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.7291 % completed
02:03:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.494 % (this job) = 34.7797 % (total)
02:03:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.7595 % completed
02:03:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.5027 % (this job) = 34.7884 % (total)
02:03:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.7899 % completed
02:03:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.5114 % (this job) = 34.7971 % (total)
02:03:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.8203 % completed
02:03:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.5201 % (this job) = 34.8058 % (total)
02:03:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.8507 % completed
02:03:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.5288 % (this job) = 34.8145 % (total)
02:03:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.8812 % completed
02:03:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.5375 % (this job) = 34.8232 % (total)
02:03:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.9116 % completed
02:03:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.5462 % (this job) = 34.8319 % (total)
02:03:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.942 % completed
02:03:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.5549 % (this job) = 34.8406 % (total)
02:03:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 71.9724 % completed
02:03:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.5635 % (this job) = 34.8493 % (total)
02:03:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.0034 % completed
02:03:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.5724 % (this job) = 34.8581 % (total)
02:03:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.0338 % completed
02:03:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.5811 % (this job) = 34.8668 % (total)
02:03:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.0642 % completed
02:03:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.5898 % (this job) = 34.8755 % (total)
02:03:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.0946 % completed
02:03:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.5985 % (this job) = 34.8842 % (total)
02:03:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.125 % completed
02:03:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.6072 % (this job) = 34.8929 % (total)
02:03:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.1555 % completed
02:03:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.6158 % (this job) = 34.9016 % (total)
02:03:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.1859 % completed
02:03:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.6245 % (this job) = 34.9102 % (total)
02:03:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.2163 % completed
02:03:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.6332 % (this job) = 34.9189 % (total)
02:03:53 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.2467 % completed
02:03:53 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.6419 % (this job) = 34.9276 % (total)
02:03:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.2771 % completed
02:03:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.6506 % (this job) = 34.9363 % (total)
02:03:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.3075 % completed
02:03:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.6593 % (this job) = 34.945 % (total)
02:03:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.3379 % completed
02:03:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.668 % (this job) = 34.9537 % (total)
02:03:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.3683 % completed
02:03:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.6767 % (this job) = 34.9624 % (total)
02:03:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.3987 % completed
02:03:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.6854 % (this job) = 34.9711 % (total)
02:03:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.4291 % completed
02:03:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.694 % (this job) = 34.9798 % (total)
02:03:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.4596 % completed
02:03:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.7027 % (this job) = 34.9884 % (total)
02:03:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.49 % completed
02:03:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.7114 % (this job) = 34.9971 % (total)
02:03:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.5204 % completed
02:03:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.7201 % (this job) = 35.0058 % (total)
02:03:54 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.5508 % completed
02:03:54 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.7288 % (this job) = 35.0145 % (total)
02:03:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.5812 % completed
02:03:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.7375 % (this job) = 35.0232 % (total)
02:03:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.6116 % completed
02:03:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.7462 % (this job) = 35.0319 % (total)
02:03:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.642 % completed
02:03:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.7549 % (this job) = 35.0406 % (total)
02:03:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.6724 % completed
02:03:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.7635 % (this job) = 35.0493 % (total)
02:03:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.7028 % completed
02:03:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.7722 % (this job) = 35.058 % (total)
02:03:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.7332 % completed
02:03:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.7809 % (this job) = 35.0666 % (total)
02:03:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.7637 % completed
02:03:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.7896 % (this job) = 35.0753 % (total)
02:03:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.7941 % completed
02:03:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.7983 % (this job) = 35.084 % (total)
02:03:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.8245 % completed
02:03:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.807 % (this job) = 35.0927 % (total)
02:03:55 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.8549 % completed
02:03:55 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.8157 % (this job) = 35.1014 % (total)
02:03:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.8853 % completed
02:03:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.8244 % (this job) = 35.1101 % (total)
02:03:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.9157 % completed
02:03:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.8331 % (this job) = 35.1188 % (total)
02:03:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.9461 % completed
02:03:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.8417 % (this job) = 35.1275 % (total)
02:03:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 72.9765 % completed
02:03:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.8504 % (this job) = 35.1361 % (total)
02:03:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.0069 % completed
02:03:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.8591 % (this job) = 35.1448 % (total)
02:03:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.0373 % completed
02:03:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.8678 % (this job) = 35.1535 % (total)
02:03:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.0678 % completed
02:03:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.8765 % (this job) = 35.1622 % (total)
02:03:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.0982 % completed
02:03:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.8852 % (this job) = 35.1709 % (total)
02:03:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.1286 % completed
02:03:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.8939 % (this job) = 35.1796 % (total)
02:03:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.159 % completed
02:03:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.9026 % (this job) = 35.1883 % (total)
02:03:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.1894 % completed
02:03:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.9113 % (this job) = 35.197 % (total)
02:03:56 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.2198 % completed
02:03:56 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.9199 % (this job) = 35.2057 % (total)
02:03:57 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.2502 % completed
02:03:57 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.9286 % (this job) = 35.2143 % (total)
02:03:57 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.2809 % completed
02:03:57 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.9374 % (this job) = 35.2231 % (total)
02:03:57 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.3113 % completed
02:03:57 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.9461 % (this job) = 35.2318 % (total)
02:03:57 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.3417 % completed
02:03:57 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.9548 % (this job) = 35.2405 % (total)
02:03:57 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.3722 % completed
02:03:57 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.9635 % (this job) = 35.2492 % (total)
02:03:57 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.4026 % completed
02:03:57 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.9722 % (this job) = 35.2579 % (total)
02:03:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.433 % completed
02:03:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.9809 % (this job) = 35.2666 % (total)
02:03:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.4634 % completed
02:03:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.9895 % (this job) = 35.2753 % (total)
02:03:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.4938 % completed
02:03:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 20.9982 % (this job) = 35.2839 % (total)
02:03:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.5242 % completed
02:03:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.0069 % (this job) = 35.2926 % (total)
02:03:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.5546 % completed
02:03:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.0156 % (this job) = 35.3013 % (total)
02:03:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.585 % completed
02:03:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.0243 % (this job) = 35.31 % (total)
02:03:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.6154 % completed
02:03:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.033 % (this job) = 35.3187 % (total)
02:03:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.6458 % completed
02:03:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.0417 % (this job) = 35.3274 % (total)
02:03:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.6763 % completed
02:03:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.0504 % (this job) = 35.3361 % (total)
02:03:58 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.7067 % completed
02:03:58 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.059 % (this job) = 35.3448 % (total)
02:03:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.7371 % completed
02:03:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.0677 % (this job) = 35.3535 % (total)
02:03:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.7675 % completed
02:03:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.0764 % (this job) = 35.3621 % (total)
02:03:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.7979 % completed
02:03:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.0851 % (this job) = 35.3708 % (total)
02:03:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.8283 % completed
02:03:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.0938 % (this job) = 35.3795 % (total)
02:03:59 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.8587 % completed
02:03:59 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.1025 % (this job) = 35.3882 % (total)
02:04:00 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.8891 % completed
02:04:00 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.1112 % (this job) = 35.3969 % (total)
02:04:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.9195 % completed
02:04:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.1199 % (this job) = 35.4056 % (total)
02:04:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.9499 % completed
02:04:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.1286 % (this job) = 35.4143 % (total)
02:04:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 73.9804 % completed
02:04:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.1372 % (this job) = 35.423 % (total)
02:04:01 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.0108 % completed
02:04:01 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.1459 % (this job) = 35.4316 % (total)
02:04:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.0412 % completed
02:04:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.1546 % (this job) = 35.4403 % (total)
02:04:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.0716 % completed
02:04:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.1633 % (this job) = 35.449 % (total)
02:04:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.102 % completed
02:04:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.172 % (this job) = 35.4577 % (total)
02:04:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.1324 % completed
02:04:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.1807 % (this job) = 35.4664 % (total)
02:04:03 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.1628 % completed
02:04:03 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.1894 % (this job) = 35.4751 % (total)
02:04:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.1932 % completed
02:04:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.1981 % (this job) = 35.4838 % (total)
02:04:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.2236 % completed
02:04:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.2068 % (this job) = 35.4925 % (total)
02:04:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.262 % completed
02:04:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.2177 % (this job) = 35.5034 % (total)
02:04:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.2924 % completed
02:04:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.2264 % (this job) = 35.5121 % (total)
02:04:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.3228 % completed
02:04:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.2351 % (this job) = 35.5208 % (total)
02:04:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.3532 % completed
02:04:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.2438 % (this job) = 35.5295 % (total)
02:04:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.3836 % completed
02:04:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.2525 % (this job) = 35.5382 % (total)
02:04:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.414 % completed
02:04:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.2611 % (this job) = 35.5469 % (total)
02:04:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.4444 % completed
02:04:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.2698 % (this job) = 35.5555 % (total)
02:04:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.4748 % completed
02:04:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.2785 % (this job) = 35.5642 % (total)
02:04:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.5055 % completed
02:04:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.2873 % (this job) = 35.573 % (total)
02:04:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.5362 % completed
02:04:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.2961 % (this job) = 35.5818 % (total)
02:04:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.5667 % completed
02:04:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.3048 % (this job) = 35.5905 % (total)
02:04:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.5971 % completed
02:04:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.3134 % (this job) = 35.5992 % (total)
02:04:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.6275 % completed
02:04:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.3221 % (this job) = 35.6079 % (total)
02:04:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.6579 % completed
02:04:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.3308 % (this job) = 35.6165 % (total)
02:04:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.6883 % completed
02:04:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.3395 % (this job) = 35.6252 % (total)
02:04:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.7187 % completed
02:04:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.3482 % (this job) = 35.6339 % (total)
02:04:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.7491 % completed
02:04:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.3569 % (this job) = 35.6426 % (total)
02:04:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.7795 % completed
02:04:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.3656 % (this job) = 35.6513 % (total)
02:04:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.8157 % completed
02:04:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.3759 % (this job) = 35.6616 % (total)
02:04:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.8461 % completed
02:04:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.3846 % (this job) = 35.6703 % (total)
02:04:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.8765 % completed
02:04:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.3933 % (this job) = 35.679 % (total)
02:04:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.9069 % completed
02:04:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.402 % (this job) = 35.6877 % (total)
02:04:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.9374 % completed
02:04:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.4107 % (this job) = 35.6964 % (total)
02:04:04 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.9678 % completed
02:04:04 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.4194 % (this job) = 35.7051 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 74.9982 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.4281 % (this job) = 35.7138 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.0286 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.4367 % (this job) = 35.7225 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.059 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.4454 % (this job) = 35.7311 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.0894 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.4541 % (this job) = 35.7398 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.1198 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.4628 % (this job) = 35.7485 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.1502 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.4715 % (this job) = 35.7572 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.1806 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.4802 % (this job) = 35.7659 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.211 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.4889 % (this job) = 35.7746 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.2415 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.4976 % (this job) = 35.7833 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.2798 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.5085 % (this job) = 35.7942 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.3117 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.5176 % (this job) = 35.8033 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.3448 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.5271 % (this job) = 35.8128 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.3792 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.5369 % (this job) = 35.8226 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.4102 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.5458 % (this job) = 35.8315 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.4406 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.5545 % (this job) = 35.8402 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.4714 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.5632 % (this job) = 35.849 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.5018 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.5719 % (this job) = 35.8576 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.5322 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.5806 % (this job) = 35.8663 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.5626 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.5893 % (this job) = 35.875 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.5991 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.5997 % (this job) = 35.8855 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.6295 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.6084 % (this job) = 35.8941 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.6599 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.6171 % (this job) = 35.9028 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.6937 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.6268 % (this job) = 35.9125 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.742 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.6406 % (this job) = 35.9263 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.7739 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.6497 % (this job) = 35.9354 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.8043 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.6584 % (this job) = 35.9441 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.8375 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.6679 % (this job) = 35.9536 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.8792 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.6798 % (this job) = 35.9655 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.9102 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.6886 % (this job) = 35.9743 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.9406 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.6973 % (this job) = 35.983 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 75.971 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.706 % (this job) = 35.9917 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.0014 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.7147 % (this job) = 36.0004 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.0324 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.7235 % (this job) = 36.0093 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.0628 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.7322 % (this job) = 36.018 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.0932 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.7409 % (this job) = 36.0266 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.1258 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.7502 % (this job) = 36.0359 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.1565 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.759 % (this job) = 36.0447 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.1872 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.7678 % (this job) = 36.0535 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.2213 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.7775 % (this job) = 36.0632 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.2517 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.7862 % (this job) = 36.0719 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.2863 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.7961 % (this job) = 36.0818 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.3167 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.8048 % (this job) = 36.0905 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.3472 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.8135 % (this job) = 36.0992 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.3776 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.8222 % (this job) = 36.1079 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.408 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.8309 % (this job) = 36.1166 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.4433 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.8409 % (this job) = 36.1266 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.4737 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.8496 % (this job) = 36.1353 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.505 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.8586 % (this job) = 36.1443 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.5372 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.8678 % (this job) = 36.1535 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.5676 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.8765 % (this job) = 36.1622 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.598 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.8852 % (this job) = 36.1709 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.6285 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.8938 % (this job) = 36.1796 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.6613 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.9032 % (this job) = 36.1889 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.6957 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.913 % (this job) = 36.1988 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.7328 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.9236 % (this job) = 36.2094 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.768 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.9337 % (this job) = 36.2194 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.7994 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.9427 % (this job) = 36.2284 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.8313 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.9518 % (this job) = 36.2375 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.8617 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.9605 % (this job) = 36.2462 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.8973 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.9707 % (this job) = 36.2564 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.9295 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.9799 % (this job) = 36.2656 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.9605 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.9887 % (this job) = 36.2744 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 76.9967 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 21.9991 % (this job) = 36.2848 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.0271 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.0078 % (this job) = 36.2935 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.0575 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.0164 % (this job) = 36.3022 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.0879 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.0251 % (this job) = 36.3108 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.1184 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.0338 % (this job) = 36.3195 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.1488 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.0425 % (this job) = 36.3282 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.1792 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.0512 % (this job) = 36.3369 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.2096 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.0599 % (this job) = 36.3456 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.24 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.0686 % (this job) = 36.3543 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.2704 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.0773 % (this job) = 36.363 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.3008 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.0859 % (this job) = 36.3717 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.3312 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.0946 % (this job) = 36.3803 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.3616 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.1033 % (this job) = 36.389 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.392 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.112 % (this job) = 36.3977 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.4225 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.1207 % (this job) = 36.4064 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.4529 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.1294 % (this job) = 36.4151 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.4833 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.1381 % (this job) = 36.4238 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.5137 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.1468 % (this job) = 36.4325 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.5499 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.1571 % (this job) = 36.4428 % (total)
02:04:05 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.5803 % completed
02:04:05 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.1658 % (this job) = 36.4515 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.6107 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.1745 % (this job) = 36.4602 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.6411 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.1832 % (this job) = 36.4689 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.6715 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.1919 % (this job) = 36.4776 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.7208 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.2059 % (this job) = 36.4917 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.7512 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.2146 % (this job) = 36.5003 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.7816 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.2233 % (this job) = 36.509 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.812 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.232 % (this job) = 36.5177 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.8424 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.2407 % (this job) = 36.5264 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.8728 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.2494 % (this job) = 36.5351 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.9032 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.2581 % (this job) = 36.5438 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.9336 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.2668 % (this job) = 36.5525 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.9641 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.2754 % (this job) = 36.5612 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 77.9945 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.2841 % (this job) = 36.5698 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.0249 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.2928 % (this job) = 36.5785 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.0553 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.3015 % (this job) = 36.5872 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.0857 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.3102 % (this job) = 36.5959 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.1161 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.3189 % (this job) = 36.6046 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.1465 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.3276 % (this job) = 36.6133 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.1769 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.3363 % (this job) = 36.622 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.2073 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.345 % (this job) = 36.6307 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.2377 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.3536 % (this job) = 36.6394 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.2682 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.3623 % (this job) = 36.648 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.2986 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.371 % (this job) = 36.6567 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.329 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.3797 % (this job) = 36.6654 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.3691 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.3912 % (this job) = 36.6769 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.4178 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.4051 % (this job) = 36.6908 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.4491 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.414 % (this job) = 36.6997 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.4795 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.4227 % (this job) = 36.7084 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.5099 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.4314 % (this job) = 36.7171 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.5406 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.4402 % (this job) = 36.7259 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.5716 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.449 % (this job) = 36.7348 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.6021 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.4577 % (this job) = 36.7434 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.6325 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.4664 % (this job) = 36.7521 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.6629 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.4751 % (this job) = 36.7608 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.6933 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.4838 % (this job) = 36.7695 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.7255 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.493 % (this job) = 36.7787 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.7559 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.5017 % (this job) = 36.7874 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.7863 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.5104 % (this job) = 36.7961 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.8167 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.5191 % (this job) = 36.8048 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.8472 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.5278 % (this job) = 36.8135 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.894 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.5411 % (this job) = 36.8269 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.9244 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.5498 % (this job) = 36.8355 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.9548 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.5585 % (this job) = 36.8442 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 78.9852 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.5672 % (this job) = 36.8529 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.0156 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.5759 % (this job) = 36.8616 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.0488 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.5854 % (this job) = 36.8711 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.0862 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.5961 % (this job) = 36.8818 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.1166 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.6047 % (this job) = 36.8905 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.147 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.6134 % (this job) = 36.8991 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.1777 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.6222 % (this job) = 36.9079 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.2081 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.6309 % (this job) = 36.9166 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.2385 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.6396 % (this job) = 36.9253 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.2689 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.6483 % (this job) = 36.934 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.2994 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.657 % (this job) = 36.9427 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.3298 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.6656 % (this job) = 36.9514 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.3602 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.6743 % (this job) = 36.9601 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.3906 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.683 % (this job) = 36.9687 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.421 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.6917 % (this job) = 36.9774 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.4514 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.7004 % (this job) = 36.9861 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.4818 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.7091 % (this job) = 36.9948 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.5122 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.7178 % (this job) = 37.0035 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.5426 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.7265 % (this job) = 37.0122 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.5746 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.7356 % (this job) = 37.0213 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.605 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.7443 % (this job) = 37.03 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.636 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.7531 % (this job) = 37.0389 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.6679 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.7623 % (this job) = 37.048 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.7093 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.7741 % (this job) = 37.0598 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.7397 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.7828 % (this job) = 37.0685 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.7701 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.7915 % (this job) = 37.0772 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.8005 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.8001 % (this job) = 37.0859 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.8309 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.8088 % (this job) = 37.0945 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.8613 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.8175 % (this job) = 37.1032 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.8917 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.8262 % (this job) = 37.1119 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.9222 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.8349 % (this job) = 37.1206 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.9526 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.8436 % (this job) = 37.1293 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 79.983 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.8523 % (this job) = 37.138 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.0134 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.861 % (this job) = 37.1467 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.0438 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.8697 % (this job) = 37.1554 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.0742 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.8783 % (this job) = 37.1641 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.1046 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.887 % (this job) = 37.1727 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.135 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.8957 % (this job) = 37.1814 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.1654 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.9044 % (this job) = 37.1901 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.1958 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.9131 % (this job) = 37.1988 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.2262 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.9218 % (this job) = 37.2075 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.2567 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.9305 % (this job) = 37.2162 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.2871 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.9392 % (this job) = 37.2249 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.3175 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.9479 % (this job) = 37.2336 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.3479 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.9565 % (this job) = 37.2423 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.3783 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.9652 % (this job) = 37.2509 % (total)
02:04:06 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.4087 % completed
02:04:06 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.9739 % (this job) = 37.2596 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.4391 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.9826 % (this job) = 37.2683 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.4695 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 22.9913 % (this job) = 37.277 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.4999 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23 % (this job) = 37.2857 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.5303 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.0087 % (this job) = 37.2944 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.5608 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.0174 % (this job) = 37.3031 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.5912 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.026 % (this job) = 37.3118 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.6216 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.0347 % (this job) = 37.3205 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.652 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.0434 % (this job) = 37.3291 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.6824 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.0521 % (this job) = 37.3378 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.7128 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.0608 % (this job) = 37.3465 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.7432 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.0695 % (this job) = 37.3552 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.7736 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.0782 % (this job) = 37.3639 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.804 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.0869 % (this job) = 37.3726 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.8344 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.0956 % (this job) = 37.3813 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.8649 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.1042 % (this job) = 37.39 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.8953 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.1129 % (this job) = 37.3986 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.9257 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.1216 % (this job) = 37.4073 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.9561 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.1303 % (this job) = 37.416 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 80.9865 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.139 % (this job) = 37.4247 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.0169 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.1477 % (this job) = 37.4334 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.0473 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.1564 % (this job) = 37.4421 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.0777 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.1651 % (this job) = 37.4508 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.109 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.174 % (this job) = 37.4597 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.1395 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.1827 % (this job) = 37.4684 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.1702 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.1915 % (this job) = 37.4772 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.2006 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.2002 % (this job) = 37.4859 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.231 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.2089 % (this job) = 37.4946 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.2614 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.2175 % (this job) = 37.5033 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.2918 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.2262 % (this job) = 37.5119 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.3222 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.2349 % (this job) = 37.5206 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.3526 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.2436 % (this job) = 37.5293 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.383 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.2523 % (this job) = 37.538 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.4135 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.261 % (this job) = 37.5467 % (total)
02:04:07 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.4439 % completed
02:04:07 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.2697 % (this job) = 37.5554 % (total)
02:04:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.4743 % completed
02:04:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.2784 % (this job) = 37.5641 % (total)
02:04:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.5047 % completed
02:04:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.2871 % (this job) = 37.5728 % (total)
02:04:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.5351 % completed
02:04:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.2957 % (this job) = 37.5815 % (total)
02:04:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.5655 % completed
02:04:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.3044 % (this job) = 37.5901 % (total)
02:04:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.5959 % completed
02:04:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.3131 % (this job) = 37.5988 % (total)
02:04:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.6263 % completed
02:04:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.3218 % (this job) = 37.6075 % (total)
02:04:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.6567 % completed
02:04:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.3305 % (this job) = 37.6162 % (total)
02:04:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.6871 % completed
02:04:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.3392 % (this job) = 37.6249 % (total)
02:04:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.7212 % completed
02:04:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.3489 % (this job) = 37.6346 % (total)
02:04:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.7516 % completed
02:04:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.3576 % (this job) = 37.6433 % (total)
02:04:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.782 % completed
02:04:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.3663 % (this job) = 37.652 % (total)
02:04:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.8124 % completed
02:04:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.375 % (this job) = 37.6607 % (total)
02:04:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.8428 % completed
02:04:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.3837 % (this job) = 37.6694 % (total)
02:04:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.8733 % completed
02:04:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.3924 % (this job) = 37.6781 % (total)
02:04:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.9037 % completed
02:04:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.401 % (this job) = 37.6868 % (total)
02:04:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.9341 % completed
02:04:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.4097 % (this job) = 37.6954 % (total)
02:04:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.9645 % completed
02:04:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.4184 % (this job) = 37.7041 % (total)
02:04:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 81.9949 % completed
02:04:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.4271 % (this job) = 37.7128 % (total)
02:04:08 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.0253 % completed
02:04:08 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.4358 % (this job) = 37.7215 % (total)
02:04:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.0557 % completed
02:04:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.4445 % (this job) = 37.7302 % (total)
02:04:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.0861 % completed
02:04:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.4532 % (this job) = 37.7389 % (total)
02:04:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.1165 % completed
02:04:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.4619 % (this job) = 37.7476 % (total)
02:04:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.1469 % completed
02:04:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.4706 % (this job) = 37.7563 % (total)
02:04:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.1774 % completed
02:04:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.4792 % (this job) = 37.765 % (total)
02:04:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.2078 % completed
02:04:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.4879 % (this job) = 37.7736 % (total)
02:04:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.2382 % completed
02:04:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.4966 % (this job) = 37.7823 % (total)
02:04:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.2686 % completed
02:04:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.5053 % (this job) = 37.791 % (total)
02:04:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.299 % completed
02:04:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.514 % (this job) = 37.7997 % (total)
02:04:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.3294 % completed
02:04:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.5227 % (this job) = 37.8084 % (total)
02:04:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.3598 % completed
02:04:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.5314 % (this job) = 37.8171 % (total)
02:04:09 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.3902 % completed
02:04:09 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.5401 % (this job) = 37.8258 % (total)
02:04:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.4206 % completed
02:04:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.5488 % (this job) = 37.8345 % (total)
02:04:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.451 % completed
02:04:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.5574 % (this job) = 37.8432 % (total)
02:04:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.4814 % completed
02:04:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.5661 % (this job) = 37.8518 % (total)
02:04:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.5119 % completed
02:04:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.5748 % (this job) = 37.8605 % (total)
02:04:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.5423 % completed
02:04:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.5835 % (this job) = 37.8692 % (total)
02:04:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.5727 % completed
02:04:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.5922 % (this job) = 37.8779 % (total)
02:04:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.6031 % completed
02:04:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.6009 % (this job) = 37.8866 % (total)
02:04:10 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.6335 % completed
02:04:10 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.6096 % (this job) = 37.8953 % (total)
02:04:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.6639 % completed
02:04:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.6183 % (this job) = 37.904 % (total)
02:04:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.6998 % completed
02:04:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.6285 % (this job) = 37.9142 % (total)
02:04:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.7302 % completed
02:04:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.6372 % (this job) = 37.9229 % (total)
02:04:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.7606 % completed
02:04:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.6459 % (this job) = 37.9316 % (total)
02:04:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.791 % completed
02:04:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.6546 % (this job) = 37.9403 % (total)
02:04:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.8214 % completed
02:04:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.6633 % (this job) = 37.949 % (total)
02:04:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.8518 % completed
02:04:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.672 % (this job) = 37.9577 % (total)
02:04:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.8823 % completed
02:04:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.6806 % (this job) = 37.9664 % (total)
02:04:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.9127 % completed
02:04:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.6893 % (this job) = 37.975 % (total)
02:04:11 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.9431 % completed
02:04:11 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.698 % (this job) = 37.9837 % (total)
02:04:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 82.9735 % completed
02:04:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.7067 % (this job) = 37.9924 % (total)
02:04:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.0039 % completed
02:04:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.7154 % (this job) = 38.0011 % (total)
02:04:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.0343 % completed
02:04:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.7241 % (this job) = 38.0098 % (total)
02:04:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.0647 % completed
02:04:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.7328 % (this job) = 38.0185 % (total)
02:04:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.1006 % completed
02:04:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.743 % (this job) = 38.0287 % (total)
02:04:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.131 % completed
02:04:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.7517 % (this job) = 38.0374 % (total)
02:04:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.1614 % completed
02:04:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.7604 % (this job) = 38.0461 % (total)
02:04:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.1918 % completed
02:04:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.7691 % (this job) = 38.0548 % (total)
02:04:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.2228 % completed
02:04:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.778 % (this job) = 38.0637 % (total)
02:04:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.2533 % completed
02:04:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.7866 % (this job) = 38.0724 % (total)
02:04:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.2837 % completed
02:04:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.7953 % (this job) = 38.081 % (total)
02:04:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.3141 % completed
02:04:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.804 % (this job) = 38.0897 % (total)
02:04:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.3445 % completed
02:04:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.8127 % (this job) = 38.0984 % (total)
02:04:12 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.3755 % completed
02:04:12 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.8216 % (this job) = 38.1073 % (total)
02:04:13 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.4059 % completed
02:04:13 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.8303 % (this job) = 38.116 % (total)
02:04:13 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.4363 % completed
02:04:13 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.8389 % (this job) = 38.1247 % (total)
02:04:13 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.4667 % completed
02:04:13 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.8476 % (this job) = 38.1334 % (total)
02:04:13 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.4971 % completed
02:04:13 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.8563 % (this job) = 38.142 % (total)
02:04:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.5276 % completed
02:04:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.865 % (this job) = 38.1507 % (total)
02:04:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.558 % completed
02:04:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.8737 % (this job) = 38.1594 % (total)
02:04:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.5884 % completed
02:04:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.8824 % (this job) = 38.1681 % (total)
02:04:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.6188 % completed
02:04:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.8911 % (this job) = 38.1768 % (total)
02:04:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.6492 % completed
02:04:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.8998 % (this job) = 38.1855 % (total)
02:04:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.6796 % completed
02:04:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.9085 % (this job) = 38.1942 % (total)
02:04:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.71 % completed
02:04:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.9171 % (this job) = 38.2029 % (total)
02:04:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.7404 % completed
02:04:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.9258 % (this job) = 38.2115 % (total)
02:04:14 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.7708 % completed
02:04:14 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.9345 % (this job) = 38.2202 % (total)
02:04:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.8012 % completed
02:04:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.9432 % (this job) = 38.2289 % (total)
02:04:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.8317 % completed
02:04:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.9519 % (this job) = 38.2376 % (total)
02:04:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.8621 % completed
02:04:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.9606 % (this job) = 38.2463 % (total)
02:04:15 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.8925 % completed
02:04:15 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.9693 % (this job) = 38.255 % (total)
02:04:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.9229 % completed
02:04:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.978 % (this job) = 38.2637 % (total)
02:04:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.9533 % completed
02:04:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.9867 % (this job) = 38.2724 % (total)
02:04:16 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 83.9837 % completed
02:04:16 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 23.9953 % (this job) = 38.2811 % (total)
02:04:19 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.0141 % completed
02:04:19 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.004 % (this job) = 38.2897 % (total)
02:04:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.0445 % completed
02:04:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.0127 % (this job) = 38.2984 % (total)
02:04:20 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.0749 % completed
02:04:20 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.0214 % (this job) = 38.3071 % (total)
02:04:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.1053 % completed
02:04:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.0301 % (this job) = 38.3158 % (total)
02:04:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.1357 % completed
02:04:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.0388 % (this job) = 38.3245 % (total)
02:04:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.1662 % completed
02:04:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.0475 % (this job) = 38.3332 % (total)
02:04:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.1966 % completed
02:04:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.0562 % (this job) = 38.3419 % (total)
02:04:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.227 % completed
02:04:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.0649 % (this job) = 38.3506 % (total)
02:04:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.2574 % completed
02:04:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.0735 % (this job) = 38.3593 % (total)
02:04:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.2893 % completed
02:04:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.0827 % (this job) = 38.3684 % (total)
02:04:22 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.3203 % completed
02:04:22 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.0915 % (this job) = 38.3772 % (total)
02:04:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.3507 % completed
02:04:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.1002 % (this job) = 38.3859 % (total)
02:04:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.3869 % completed
02:04:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.1106 % (this job) = 38.3963 % (total)
02:04:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.4173 % completed
02:04:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.1192 % (this job) = 38.405 % (total)
02:04:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.4478 % completed
02:04:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.1279 % (this job) = 38.4136 % (total)
02:04:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.4782 % completed
02:04:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.1366 % (this job) = 38.4223 % (total)
02:04:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.5086 % completed
02:04:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.1453 % (this job) = 38.431 % (total)
02:04:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.539 % completed
02:04:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.154 % (this job) = 38.4397 % (total)
02:04:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.5694 % completed
02:04:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.1627 % (this job) = 38.4484 % (total)
02:04:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.5998 % completed
02:04:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.1714 % (this job) = 38.4571 % (total)
02:04:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.6308 % completed
02:04:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.1802 % (this job) = 38.4659 % (total)
02:04:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.6612 % completed
02:04:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.1889 % (this job) = 38.4746 % (total)
02:04:23 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.6916 % completed
02:04:23 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.1976 % (this job) = 38.4833 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.7221 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.2063 % (this job) = 38.492 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.7525 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.215 % (this job) = 38.5007 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.7829 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.2237 % (this job) = 38.5094 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.8169 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.2334 % (this job) = 38.5191 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.8473 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.2421 % (this job) = 38.5278 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.8881 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.2537 % (this job) = 38.5395 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.9185 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.2624 % (this job) = 38.5481 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.9489 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.2711 % (this job) = 38.5568 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 84.9808 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.2802 % (this job) = 38.566 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.0113 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.2889 % (this job) = 38.5746 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.0417 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.2976 % (this job) = 38.5833 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.0855 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.3101 % (this job) = 38.5958 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.1159 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.3188 % (this job) = 38.6045 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.1463 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.3275 % (this job) = 38.6132 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.1767 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.3362 % (this job) = 38.6219 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.2086 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.3453 % (this job) = 38.631 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.239 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.354 % (this job) = 38.6397 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.2694 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.3627 % (this job) = 38.6484 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.3005 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.3716 % (this job) = 38.6573 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.3309 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.3802 % (this job) = 38.666 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.3613 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.3889 % (this job) = 38.6746 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.3917 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.3976 % (this job) = 38.6833 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.4221 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.4063 % (this job) = 38.692 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.4525 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.415 % (this job) = 38.7007 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.4829 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.4237 % (this job) = 38.7094 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.5133 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.4324 % (this job) = 38.7181 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.544 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.4412 % (this job) = 38.7269 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.5744 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.4498 % (this job) = 38.7356 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.6055 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.4587 % (this job) = 38.7444 % (total)
02:04:24 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.6429 % completed
02:04:24 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.4694 % (this job) = 38.7551 % (total)
02:04:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.6733 % completed
02:04:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.4781 % (this job) = 38.7638 % (total)
02:04:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.7037 % completed
02:04:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.4868 % (this job) = 38.7725 % (total)
02:04:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.7341 % completed
02:04:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.4955 % (this job) = 38.7812 % (total)
02:04:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.7645 % completed
02:04:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.5041 % (this job) = 38.7899 % (total)
02:04:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.7949 % completed
02:04:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.5128 % (this job) = 38.7985 % (total)
02:04:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.8253 % completed
02:04:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.5215 % (this job) = 38.8072 % (total)
02:04:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.8606 % completed
02:04:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.5316 % (this job) = 38.8173 % (total)
02:04:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.891 % completed
02:04:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.5403 % (this job) = 38.826 % (total)
02:04:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.9214 % completed
02:04:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.549 % (this job) = 38.8347 % (total)
02:04:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.9518 % completed
02:04:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.5577 % (this job) = 38.8434 % (total)
02:04:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 85.9822 % completed
02:04:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.5664 % (this job) = 38.8521 % (total)
02:04:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.0127 % completed
02:04:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.575 % (this job) = 38.8608 % (total)
02:04:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.0431 % completed
02:04:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.5837 % (this job) = 38.8694 % (total)
02:04:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.0735 % completed
02:04:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.5924 % (this job) = 38.8781 % (total)
02:04:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.1039 % completed
02:04:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.6011 % (this job) = 38.8868 % (total)
02:04:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.1346 % completed
02:04:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.6099 % (this job) = 38.8956 % (total)
02:04:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.165 % completed
02:04:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.6186 % (this job) = 38.9043 % (total)
02:04:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.1954 % completed
02:04:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.6273 % (this job) = 38.913 % (total)
02:04:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.2258 % completed
02:04:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.6359 % (this job) = 38.9217 % (total)
02:04:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.2562 % completed
02:04:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.6446 % (this job) = 38.9304 % (total)
02:04:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.2866 % completed
02:04:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.6533 % (this job) = 38.939 % (total)
02:04:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.3171 % completed
02:04:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.662 % (this job) = 38.9477 % (total)
02:04:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.3475 % completed
02:04:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.6707 % (this job) = 38.9564 % (total)
02:04:25 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.3779 % completed
02:04:25 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.6794 % (this job) = 38.9651 % (total)
02:04:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.4083 % completed
02:04:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.6881 % (this job) = 38.9738 % (total)
02:04:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.4387 % completed
02:04:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.6968 % (this job) = 38.9825 % (total)
02:04:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.4691 % completed
02:04:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.7055 % (this job) = 38.9912 % (total)
02:04:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.4995 % completed
02:04:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.7141 % (this job) = 38.9999 % (total)
02:04:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.5299 % completed
02:04:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.7228 % (this job) = 39.0085 % (total)
02:04:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.5603 % completed
02:04:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.7315 % (this job) = 39.0172 % (total)
02:04:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.5907 % completed
02:04:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.7402 % (this job) = 39.0259 % (total)
02:04:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.6215 % completed
02:04:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.749 % (this job) = 39.0347 % (total)
02:04:26 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.6519 % completed
02:04:26 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.7577 % (this job) = 39.0434 % (total)
02:04:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.6823 % completed
02:04:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.7664 % (this job) = 39.0521 % (total)
02:04:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.7127 % completed
02:04:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.7751 % (this job) = 39.0608 % (total)
02:04:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.7431 % completed
02:04:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.7837 % (this job) = 39.0695 % (total)
02:04:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.7735 % completed
02:04:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.7924 % (this job) = 39.0781 % (total)
02:04:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.8039 % completed
02:04:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.8011 % (this job) = 39.0868 % (total)
02:04:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.8343 % completed
02:04:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.8098 % (this job) = 39.0955 % (total)
02:04:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.8647 % completed
02:04:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.8185 % (this job) = 39.1042 % (total)
02:04:27 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.8951 % completed
02:04:27 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.8272 % (this job) = 39.1129 % (total)
02:04:28 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.9259 % completed
02:04:28 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.836 % (this job) = 39.1217 % (total)
02:04:29 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.9578 % completed
02:04:29 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.8451 % (this job) = 39.1308 % (total)
02:04:33 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 86.9885 % completed
02:04:33 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.8539 % (this job) = 39.1396 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.021 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.8632 % (this job) = 39.1489 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.0515 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.8718 % (this job) = 39.1576 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.0819 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.8805 % (this job) = 39.1662 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.1123 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.8892 % (this job) = 39.1749 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.1427 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.8979 % (this job) = 39.1836 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.1731 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.9066 % (this job) = 39.1923 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.2035 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.9153 % (this job) = 39.201 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.2339 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.924 % (this job) = 39.2097 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.2643 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.9327 % (this job) = 39.2184 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.2947 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.9414 % (this job) = 39.2271 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.3251 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.95 % (this job) = 39.2358 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.3556 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.9587 % (this job) = 39.2444 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.386 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.9674 % (this job) = 39.2531 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.4164 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.9761 % (this job) = 39.2618 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.4468 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.9848 % (this job) = 39.2705 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.4772 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 24.9935 % (this job) = 39.2792 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.5076 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.0022 % (this job) = 39.2879 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.538 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.0109 % (this job) = 39.2966 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.5684 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.0195 % (this job) = 39.3053 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.5988 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.0282 % (this job) = 39.314 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.6295 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.037 % (this job) = 39.3227 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.66 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.0457 % (this job) = 39.3314 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.6904 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.0544 % (this job) = 39.3401 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.7208 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.0631 % (this job) = 39.3488 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.7518 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.0719 % (this job) = 39.3577 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.7822 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.0806 % (this job) = 39.3663 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.8126 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.0893 % (this job) = 39.375 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.8445 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.0984 % (this job) = 39.3842 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.8759 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.1074 % (this job) = 39.3931 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.9063 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.1161 % (this job) = 39.4018 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.9367 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.1248 % (this job) = 39.4105 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.9674 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.1335 % (this job) = 39.4193 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 87.9978 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.1422 % (this job) = 39.4279 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.0285 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.151 % (this job) = 39.4367 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.0595 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.1599 % (this job) = 39.4456 % (total)
02:04:35 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.0921 % completed
02:04:35 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.1692 % (this job) = 39.4549 % (total)
02:04:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.1228 % completed
02:04:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.1779 % (this job) = 39.4637 % (total)
02:04:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.1532 % completed
02:04:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.1866 % (this job) = 39.4723 % (total)
02:04:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.1836 % completed
02:04:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.1953 % (this job) = 39.481 % (total)
02:04:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.214 % completed
02:04:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.204 % (this job) = 39.4897 % (total)
02:04:36 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.2444 % completed
02:04:36 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.2127 % (this job) = 39.4984 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.2748 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.2214 % (this job) = 39.5071 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.3053 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.2301 % (this job) = 39.5158 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.3357 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.2388 % (this job) = 39.5245 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.3661 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.2474 % (this job) = 39.5332 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.3965 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.2561 % (this job) = 39.5419 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.4479 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.2708 % (this job) = 39.5565 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.4783 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.2795 % (this job) = 39.5652 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.5248 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.2928 % (this job) = 39.5785 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.5552 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.3015 % (this job) = 39.5872 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.5856 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.3102 % (this job) = 39.5959 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.616 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.3189 % (this job) = 39.6046 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.6465 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.3276 % (this job) = 39.6133 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.6769 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.3362 % (this job) = 39.622 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.7073 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.3449 % (this job) = 39.6306 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.7377 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.3536 % (this job) = 39.6393 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.7681 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.3623 % (this job) = 39.648 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.7988 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.3711 % (this job) = 39.6568 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.8441 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.384 % (this job) = 39.6697 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.8745 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.3927 % (this job) = 39.6784 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.9052 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.4015 % (this job) = 39.6872 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.9372 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.4106 % (this job) = 39.6963 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.9676 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.4193 % (this job) = 39.705 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 88.998 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.428 % (this job) = 39.7137 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 89.039 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.4397 % (this job) = 39.7254 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 89.0695 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.4484 % (this job) = 39.7341 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 89.0999 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.4571 % (this job) = 39.7428 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 89.1491 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.4712 % (this job) = 39.7569 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 89.1795 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.4799 % (this job) = 39.7656 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 89.21 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.4886 % (this job) = 39.7743 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 89.2404 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.4972 % (this job) = 39.783 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 89.2708 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.5059 % (this job) = 39.7916 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 89.3012 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.5146 % (this job) = 39.8003 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 89.3316 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.5233 % (this job) = 39.809 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 89.362 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.532 % (this job) = 39.8177 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 89.3924 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.5407 % (this job) = 39.8264 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 89.66 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.6171 % (this job) = 39.9029 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 89.6904 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.6258 % (this job) = 39.9116 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 89.723 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.6351 % (this job) = 39.9208 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 89.7534 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.6438 % (this job) = 39.9295 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 89.7838 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.6525 % (this job) = 39.9382 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 89.8142 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.6612 % (this job) = 39.9469 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 89.8449 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.67 % (this job) = 39.9557 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 89.8753 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.6787 % (this job) = 39.9644 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 89.9057 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.6874 % (this job) = 39.9731 % (total)
02:04:37 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 89.9377 % completed
02:04:37 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.6965 % (this job) = 39.9822 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 89.9738 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.7068 % (this job) = 39.9925 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.0043 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.7155 % (this job) = 40.0012 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.0347 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.7242 % (this job) = 40.0099 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.0663 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.7332 % (this job) = 40.0189 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.0967 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.7419 % (this job) = 40.0276 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.1271 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.7506 % (this job) = 40.0363 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.159 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.7597 % (this job) = 40.0454 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.1895 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.7684 % (this job) = 40.0541 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.2235 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.7781 % (this job) = 40.0639 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.2539 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.7868 % (this job) = 40.0725 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.2846 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.7956 % (this job) = 40.0813 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.315 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.8043 % (this job) = 40.09 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.3488 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.8139 % (this job) = 40.0997 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.3792 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.8226 % (this job) = 40.1083 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.4096 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.8313 % (this job) = 40.117 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.4403 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.8401 % (this job) = 40.1258 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.4714 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.849 % (this job) = 40.1347 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.5018 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.8576 % (this job) = 40.1434 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.5322 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.8663 % (this job) = 40.152 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.5632 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.8752 % (this job) = 40.1609 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.5988 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.8854 % (this job) = 40.1711 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.6292 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.8941 % (this job) = 40.1798 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.6599 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.9028 % (this job) = 40.1885 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.6909 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.9117 % (this job) = 40.1974 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.7213 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.9204 % (this job) = 40.2061 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.7517 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.9291 % (this job) = 40.2148 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.7821 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.9378 % (this job) = 40.2235 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.8126 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.9464 % (this job) = 40.2322 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.843 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.9551 % (this job) = 40.2408 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.8734 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.9638 % (this job) = 40.2495 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.9038 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.9725 % (this job) = 40.2582 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.9378 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.9822 % (this job) = 40.268 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.9683 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.9909 % (this job) = 40.2766 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 90.9987 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 25.9996 % (this job) = 40.2853 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.0291 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.0083 % (this job) = 40.294 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.061 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.0174 % (this job) = 40.3031 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.0914 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.0261 % (this job) = 40.3118 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.1221 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.0349 % (this job) = 40.3206 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.1525 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.0436 % (this job) = 40.3293 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.1848 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.0528 % (this job) = 40.3385 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.2155 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.0616 % (this job) = 40.3473 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.2459 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.0703 % (this job) = 40.356 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.2763 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.0789 % (this job) = 40.3647 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.3067 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.0876 % (this job) = 40.3733 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.3371 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.0963 % (this job) = 40.382 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.3675 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.105 % (this job) = 40.3907 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.3979 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.1137 % (this job) = 40.3994 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.4323 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.1235 % (this job) = 40.4092 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.4627 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.1322 % (this job) = 40.4179 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.4931 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.1409 % (this job) = 40.4266 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.5235 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.1496 % (this job) = 40.4353 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.5539 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.1583 % (this job) = 40.444 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.588 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.168 % (this job) = 40.4537 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.6184 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.1767 % (this job) = 40.4624 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.6488 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.1854 % (this job) = 40.4711 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.6792 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.1941 % (this job) = 40.4798 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.7096 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.2028 % (this job) = 40.4885 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.7401 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.2114 % (this job) = 40.4972 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.7705 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.2201 % (this job) = 40.5058 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.8009 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.2288 % (this job) = 40.5145 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.8374 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.2392 % (this job) = 40.525 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.8678 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.2479 % (this job) = 40.5337 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.8982 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.2566 % (this job) = 40.5423 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.9289 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.2654 % (this job) = 40.5511 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.9654 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.2758 % (this job) = 40.5615 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 91.9958 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.2845 % (this job) = 40.5702 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.0293 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.2941 % (this job) = 40.5798 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.0597 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.3028 % (this job) = 40.5885 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.0901 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.3114 % (this job) = 40.5972 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.1205 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.3201 % (this job) = 40.6059 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.1509 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.3288 % (this job) = 40.6145 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.1813 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.3375 % (this job) = 40.6232 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.2117 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.3462 % (this job) = 40.6319 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.2421 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.3549 % (this job) = 40.6406 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.2725 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.3636 % (this job) = 40.6493 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.3029 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.3723 % (this job) = 40.658 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.3334 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.381 % (this job) = 40.6667 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.3638 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.3896 % (this job) = 40.6754 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.3942 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.3983 % (this job) = 40.684 % (total)
02:04:38 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.4246 % completed
02:04:38 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.407 % (this job) = 40.6927 % (total)
02:04:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.455 % completed
02:04:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.4157 % (this job) = 40.7014 % (total)
02:04:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.4854 % completed
02:04:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.4244 % (this job) = 40.7101 % (total)
02:04:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.5158 % completed
02:04:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.4331 % (this job) = 40.7188 % (total)
02:04:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.5462 % completed
02:04:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.4418 % (this job) = 40.7275 % (total)
02:04:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.5766 % completed
02:04:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.4505 % (this job) = 40.7362 % (total)
02:04:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.607 % completed
02:04:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.4592 % (this job) = 40.7449 % (total)
02:04:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.6375 % completed
02:04:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.4678 % (this job) = 40.7536 % (total)
02:04:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.6679 % completed
02:04:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.4765 % (this job) = 40.7622 % (total)
02:04:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.6983 % completed
02:04:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.4852 % (this job) = 40.7709 % (total)
02:04:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.7287 % completed
02:04:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.4939 % (this job) = 40.7796 % (total)
02:04:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.7591 % completed
02:04:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.5026 % (this job) = 40.7883 % (total)
02:04:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.7895 % completed
02:04:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.5113 % (this job) = 40.797 % (total)
02:04:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.8199 % completed
02:04:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.52 % (this job) = 40.8057 % (total)
02:04:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.8503 % completed
02:04:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.5287 % (this job) = 40.8144 % (total)
02:04:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.8807 % completed
02:04:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.5374 % (this job) = 40.8231 % (total)
02:04:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.9111 % completed
02:04:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.546 % (this job) = 40.8318 % (total)
02:04:39 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.9416 % completed
02:04:39 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.5547 % (this job) = 40.8404 % (total)
02:04:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 92.972 % completed
02:04:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.5634 % (this job) = 40.8491 % (total)
02:04:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.0024 % completed
02:04:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.5721 % (this job) = 40.8578 % (total)
02:04:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.0328 % completed
02:04:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.5808 % (this job) = 40.8665 % (total)
02:04:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.0632 % completed
02:04:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.5895 % (this job) = 40.8752 % (total)
02:04:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.0936 % completed
02:04:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.5982 % (this job) = 40.8839 % (total)
02:04:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.124 % completed
02:04:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.6069 % (this job) = 40.8926 % (total)
02:04:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.1544 % completed
02:04:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.6155 % (this job) = 40.9013 % (total)
02:04:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.1848 % completed
02:04:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.6242 % (this job) = 40.91 % (total)
02:04:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.2152 % completed
02:04:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.6329 % (this job) = 40.9186 % (total)
02:04:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.2457 % completed
02:04:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.6416 % (this job) = 40.9273 % (total)
02:04:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.2761 % completed
02:04:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.6503 % (this job) = 40.936 % (total)
02:04:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.3065 % completed
02:04:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.659 % (this job) = 40.9447 % (total)
02:04:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.3369 % completed
02:04:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.6677 % (this job) = 40.9534 % (total)
02:04:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.3673 % completed
02:04:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.6764 % (this job) = 40.9621 % (total)
02:04:40 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.3977 % completed
02:04:40 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.6851 % (this job) = 40.9708 % (total)
02:04:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.4281 % completed
02:04:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.6937 % (this job) = 40.9795 % (total)
02:04:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.4585 % completed
02:04:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.7024 % (this job) = 40.9881 % (total)
02:04:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.4889 % completed
02:04:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.7111 % (this job) = 40.9968 % (total)
02:04:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.5193 % completed
02:04:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.7198 % (this job) = 41.0055 % (total)
02:04:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.5498 % completed
02:04:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.7285 % (this job) = 41.0142 % (total)
02:04:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.5802 % completed
02:04:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.7372 % (this job) = 41.0229 % (total)
02:04:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.6127 % completed
02:04:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.7465 % (this job) = 41.0322 % (total)
02:04:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.6446 % completed
02:04:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.7556 % (this job) = 41.0413 % (total)
02:04:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.675 % completed
02:04:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.7643 % (this job) = 41.05 % (total)
02:04:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.7064 % completed
02:04:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.7732 % (this job) = 41.059 % (total)
02:04:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.741 % completed
02:04:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.7832 % (this job) = 41.0689 % (total)
02:04:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.7714 % completed
02:04:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.7918 % (this job) = 41.0776 % (total)
02:04:41 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.8022 % completed
02:04:41 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.8006 % (this job) = 41.0863 % (total)
02:04:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 93.8326 % completed
02:04:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.8093 % (this job) = 41.095 % (total)
02:04:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.1266 % completed
02:04:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.8933 % (this job) = 41.179 % (total)
02:04:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.157 % completed
02:04:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.902 % (this job) = 41.1877 % (total)
02:04:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.1874 % completed
02:04:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.9107 % (this job) = 41.1964 % (total)
02:04:42 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.2179 % completed
02:04:42 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.9194 % (this job) = 41.2051 % (total)
02:04:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.2483 % completed
02:04:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.9281 % (this job) = 41.2138 % (total)
02:04:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.2787 % completed
02:04:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.9368 % (this job) = 41.2225 % (total)
02:04:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.3091 % completed
02:04:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.9455 % (this job) = 41.2312 % (total)
02:04:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.3395 % completed
02:04:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.9541 % (this job) = 41.2399 % (total)
02:04:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.3699 % completed
02:04:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.9628 % (this job) = 41.2485 % (total)
02:04:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.4003 % completed
02:04:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.9715 % (this job) = 41.2572 % (total)
02:04:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.4307 % completed
02:04:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.9802 % (this job) = 41.2659 % (total)
02:04:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.4611 % completed
02:04:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.9889 % (this job) = 41.2746 % (total)
02:04:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.4915 % completed
02:04:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 26.9976 % (this job) = 41.2833 % (total)
02:04:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.522 % completed
02:04:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 27.0063 % (this job) = 41.292 % (total)
02:04:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.5524 % completed
02:04:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 27.015 % (this job) = 41.3007 % (total)
02:04:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.5828 % completed
02:04:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 27.0237 % (this job) = 41.3094 % (total)
02:04:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.6132 % completed
02:04:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 27.0323 % (this job) = 41.3181 % (total)
02:04:43 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.6436 % completed
02:04:43 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 27.041 % (this job) = 41.3267 % (total)
02:04:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.674 % completed
02:04:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 27.0497 % (this job) = 41.3354 % (total)
02:04:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.7044 % completed
02:04:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 27.0584 % (this job) = 41.3441 % (total)
02:04:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.7348 % completed
02:04:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 27.0671 % (this job) = 41.3528 % (total)
02:04:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.7652 % completed
02:04:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 27.0758 % (this job) = 41.3615 % (total)
02:04:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.7956 % completed
02:04:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 27.0845 % (this job) = 41.3702 % (total)
02:04:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.8261 % completed
02:04:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 27.0932 % (this job) = 41.3789 % (total)
02:04:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.8565 % completed
02:04:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 27.1018 % (this job) = 41.3876 % (total)
02:04:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.8869 % completed
02:04:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 27.1105 % (this job) = 41.3963 % (total)
02:04:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.9173 % completed
02:04:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 27.1192 % (this job) = 41.4049 % (total)
02:04:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.9477 % completed
02:04:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 27.1279 % (this job) = 41.4136 % (total)
02:04:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.9781 % completed
02:04:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 27.1366 % (this job) = 41.4223 % (total)
02:04:44 [8]: [JOBQUEUE]: Progress for Job[ 6 ]: 94.9878 % completed
02:04:44 [8]: [JOBQUEUE]: Progress Overall: 14.2857 % (accumulated) + 27.1394 % (this job) = 41.4251 % (total)
02:04:44 [8]: [JOBQUEUE]: Progress for Job[ 7 ]: 0 % completed
02:04:44 [8]: [JOBQUEUE]: Progress Overall: 42.8571 % (accumulated) + 0 % (this job) = 42.8571 % (total)
02:04:44 [6]: Starting job "Generar machine-id."
02:04:44 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "systemd-machine-id-setup")
02:04:47 [6]: Finished. Exit code: 0
02:04:47 [6]: Target cmd: ("systemd-machine-id-setup")
02:04:47 [6]: Target output:
Initializing machine ID from random generator.
02:04:47 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "ln", "-sf", "/etc/machine-id", "/var/lib/dbus/machine-id")
02:04:47 [6]: Finished. Exit code: 0
02:04:47 [6]: Target cmd: ("ln", "-sf", "/etc/machine-id", "/var/lib/dbus/machine-id")
02:04:47 [6]: Target output:
02:04:47 [8]: [JOBQUEUE]: Progress for Job[ 8 ]: 0 % completed
02:04:47 [8]: [JOBQUEUE]: Progress Overall: 45.2381 % (accumulated) + 0 % (this job) = 45.2381 % (total)
02:04:47 [6]: Starting job "fstab"
02:04:47 [6]: Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale")
02:04:47 [6]: .. Found "es_ES" in "/usr/share/locale/es_ES"
02:04:47 [6]: Job file "/usr/lib/calamares/modules/fstab/main.py"
02:04:47 [6]: Job description from pretty_name "fstab" = "Writing fstab."
02:04:47 [8]: [JOBQUEUE]: Progress for Job[ 8 ]: 0 % completed
02:04:47 [8]: [JOBQUEUE]: Progress Overall: 45.2381 % (accumulated) + 0 % (this job) = 45.2381 % (total)
02:04:47 [8]: [JOBQUEUE]: Progress for Job[ 9 ]: 0 % completed
02:04:47 [8]: [JOBQUEUE]: Progress Overall: 47.619 % (accumulated) + 0 % (this job) = 47.619 % (total)
02:04:47 [6]: Starting job "Establecer el uso horario a EuropeMadrid"
02:04:47 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "rm", "-f", "/etc/localtime")
02:04:47 [6]: Finished. Exit code: 0
02:04:47 [6]: Target cmd: ("rm", "-f", "/etc/localtime")
02:04:47 [6]: Target output:
02:04:47 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "ln", "-s", "/usr/share/zoneinfo/Europe/Madrid", "/etc/localtime")
02:04:47 [6]: Finished. Exit code: 0
02:04:47 [6]: Target cmd: ("ln", "-s", "/usr/share/zoneinfo/Europe/Madrid", "/etc/localtime")
02:04:47 [6]: Target output:
02:04:47 [8]: [JOBQUEUE]: Progress for Job[ 10 ]: 0 % completed
02:04:47 [8]: [JOBQUEUE]: Progress Overall: 50 % (accumulated) + 0 % (this job) = 50 % (total)
02:04:47 [0]: QString::arg: Argument missing: Establecer el modelo de teclado a % 1, la disposición a pc105-es,
02:04:47 [6]: Starting job "Establecer el modelo de teclado a % 1, la disposición a pc105-es"
02:04:47 [6]: Executing SetKeyboardLayoutJob
02:04:47 [6]: Looking for converted keymap in "/tmp/calamares-root-cfr0rhuk/lib/kbd/keymaps/xkb"
02:04:47 [6]: Looking for legacy keymap in QRC
02:04:48 [6]: .. Found legacy keymap "es" with score 12
02:04:48 [6]: Written KEYMAP= "es" to vconsole.conf
02:04:48 [6]: Written XkbLayout "es" ; XkbModel "pc105" ; XkbVariant "" to X.org file "/tmp/calamares-root-cfr0rhuk/etc/X11/xorg.conf.d/00-keyboard.conf"
02:04:48 [8]: [JOBQUEUE]: Progress for Job[ 11 ]: 0 % completed
02:04:48 [8]: [JOBQUEUE]: Progress Overall: 52.381 % (accumulated) + 0 % (this job) = 52.381 % (total)
02:04:48 [6]: Starting job "localecfg"
02:04:48 [6]: Job file "/usr/lib/calamares/modules/localecfg/main.py"
02:04:48 [6]: Job description from __doc__ "localecfg" = "Create locale"
02:04:48 [8]: [JOBQUEUE]: Progress for Job[ 11 ]: 0 % completed
02:04:48 [8]: [JOBQUEUE]: Progress Overall: 52.381 % (accumulated) + 0 % (this job) = 52.381 % (total)
02:04:48 [6]: [PYTHON JOB]: "Restored backup /tmp/calamares-root-cfr0rhuk/etc/locale.gen.bak -> /tmp/calamares-root-cfr0rhuk/etc/locale.gen"
02:04:48 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "locale-gen")
02:04:51 [6]: Finished. Exit code: 0
02:04:51 [6]: Target cmd: ("locale-gen")
02:04:51 [6]: Target output:
Generating locales...
en_US.UTF-8... done
es_ES.UTF-8... done
Generation complete.
02:04:51 [6]: [PYTHON JOB]: "/tmp/calamares-root-cfr0rhuk/etc/locale.gen done"
02:04:51 [6]: [PYTHON JOB]: "/tmp/calamares-root-cfr0rhuk/etc/locale.conf done"
02:04:51 [6]: [PYTHON JOB]: "/tmp/calamares-root-cfr0rhuk/etc/default done"
02:04:51 [8]: [JOBQUEUE]: Progress for Job[ 12 ]: 0 % completed
02:04:51 [8]: [JOBQUEUE]: Progress Overall: 54.7619 % (accumulated) + 0 % (this job) = 54.7619 % (total)
02:04:51 [6]: Starting job "Configuración del archivo de claves LUKS."
02:04:51 [6]: There are 0 LUKS partitions
02:04:51 [6]: .. Nothing to do for LUKS.
02:04:51 [8]: [JOBQUEUE]: Progress for Job[ 13 ]: 0 % completed
02:04:51 [8]: [JOBQUEUE]: Progress Overall: 57.1429 % (accumulated) + 0 % (this job) = 57.1429 % (total)
02:04:51 [6]: Starting job "luksopenswaphookcfg"
02:04:51 [6]: Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale")
02:04:51 [6]: .. Found "es_ES" in "/usr/share/locale/es_ES"
02:04:51 [6]: Job file "/usr/lib/calamares/modules/luksopenswaphookcfg/main.py"
02:04:51 [6]: Job description from pretty_name "luksopenswaphookcfg" = "Configuring encrypted swap."
02:04:51 [8]: [JOBQUEUE]: Progress for Job[ 14 ]: 0 % completed
02:04:51 [8]: [JOBQUEUE]: Progress Overall: 59.5238 % (accumulated) + 0 % (this job) = 59.5238 % (total)
02:04:51 [6]: Starting job "initcpiocfg"
02:04:51 [8]: [JOBQUEUE]: Progress for Job[ 14 ]: 0 % completed
02:04:51 [8]: [JOBQUEUE]: Progress Overall: 59.5238 % (accumulated) + 0 % (this job) = 59.5238 % (total)
02:04:51 [6]: Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale")
02:04:51 [6]: .. Found "es_ES" in "/usr/share/locale/es_ES"
02:04:51 [6]: Job file "/usr/lib/calamares/modules/initcpiocfg/main.py"
02:04:51 [6]: Job description from pretty_name "initcpiocfg" = "Configuring mkinitcpio."
02:04:51 [8]: [JOBQUEUE]: Progress for Job[ 14 ]: 0 % completed
02:04:51 [8]: [JOBQUEUE]: Progress Overall: 59.5238 % (accumulated) + 0 % (this job) = 59.5238 % (total)
02:04:51 [8]: [JOBQUEUE]: Progress for Job[ 15 ]: 0 % completed
02:04:51 [8]: [JOBQUEUE]: Progress Overall: 61.9048 % (accumulated) + 0 % (this job) = 61.9048 % (total)
02:04:51 [6]: Starting job "hardwr"
02:04:51 [6]: Job file "/usr/lib/calamares/modules/hardwr/main.py"
02:04:51 [6]: Job description from __doc__ "hardwr" = "Run mkinitcpio"
02:04:51 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "mkinitcpio", "-p", "linux")
02:04:51 [8]: [JOBQUEUE]: Progress for Job[ 15 ]: 0 % completed
02:04:51 [8]: [JOBQUEUE]: Progress Overall: 61.9048 % (accumulated) + 0 % (this job) = 61.9048 % (total)
02:05:03 [6]: Finished. Exit code: 0
02:05:03 [6]: Target cmd: ("mkinitcpio", "-p", "linux")
02:05:03 [6]: Target output:
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 5.5.6-1
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [modconf]
-> Running build hook: [block]
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 5.5.6-1
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [modconf]
-> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: aic94xx
==> WARNING: Possibly missing firmware for module: wd719x
-> Running build hook: [keyboard]
-> Running build hook: [keymap]
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful
02:05:03 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "hwclock", "--systohc", "--utc")
02:05:04 [6]: Finished. Exit code: 0
02:05:04 [6]: Target cmd: ("hwclock", "--systohc", "--utc")
02:05:04 [6]: Target output:
02:05:04 [6]: [PYTHON JOB]: "Hwclock set using RTC method."
02:05:04 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "/usr/bin/mkdir", "-p", "/tmp/calamares-root-cfr0rhuk/etc/modprobe.d")
02:05:04 [6]: Finished. Exit code: 0
02:05:04 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "/tmp/calamares-root-cfr0rhuk/etc/modprobe.d")
02:05:04 [6]: Target output:
02:05:04 [8]: [JOBQUEUE]: Progress for Job[ 16 ]: 0 % completed
02:05:04 [8]: [JOBQUEUE]: Progress Overall: 64.2857 % (accumulated) + 0 % (this job) = 64.2857 % (total)
02:05:04 [6]: Starting job "Crear usuario eqlucky"
02:05:04 [6]: [CREATEUSER]: preparing sudoers
02:05:04 [6]: [CREATEUSER]: preparing groups
02:05:04 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "groupadd", "autologin")
02:05:04 [6]: Finished. Exit code: 0
02:05:04 [6]: Target cmd: ("groupadd", "autologin")
02:05:04 [6]: Target output:
02:05:04 [6]: [CREATEUSER]: creating user
02:05:04 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "useradd", "-m", "-U", "-s", "/bin/bash", "-c", "Miguel Angel García", "eqlucky")
02:05:04 [6]: Finished. Exit code: 0
02:05:04 [6]: Target cmd: ("useradd", "-m", "-U", "-s", "/bin/bash", "-c", "Miguel Angel García", "eqlucky")
02:05:04 [6]: Target output:
02:05:04 [6]: Running "chroot" "/tmp/calamares-root-cfr0rhuk" "usermod" "-aG" "users,lp,video,network,storage,wheel,audio,lpadmin,autologin" "eqlucky"
02:05:04 [6]: Finished. Exit code: 0
02:05:04 [6]: Target cmd: "usermod" "-aG" "users,lp,video,network,storage,wheel,audio,lpadmin,autologin" "eqlucky"
02:05:04 [6]: Target output:
02:05:04 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "chown", "-R", "eqlucky:eqlucky", "<HOME_PATH>")
02:05:04 [6]: Finished. Exit code: 0
02:05:04 [6]: Target cmd: ("chown", "-R", "eqlucky:eqlucky", "<HOME_PATH>")
02:05:04 [6]: Target output:
02:05:04 [8]: [JOBQUEUE]: Progress for Job[ 17 ]: 0 % completed
02:05:04 [8]: [JOBQUEUE]: Progress Overall: 66.6667 % (accumulated) + 0 % (this job) = 66.6667 % (total)
02:05:04 [6]: Starting job "Establecer contraseña del usuario eqlucky"
02:05:04 [6]: Running "chroot" "/tmp/calamares-root-cfr0rhuk" "usermod" "-p" <password> "eqlucky"
02:05:04 [6]: Finished. Exit code: 0
02:05:04 [6]: Target cmd: "usermod" "-p" <password> "eqlucky"
02:05:04 [6]: Target output:
02:05:04 [8]: [JOBQUEUE]: Progress for Job[ 18 ]: 0 % completed
02:05:04 [8]: [JOBQUEUE]: Progress Overall: 69.0476 % (accumulated) + 0 % (this job) = 69.0476 % (total)
02:05:04 [6]: Starting job "Establecer contraseña del usuario root"
02:05:04 [6]: Running "chroot" "/tmp/calamares-root-cfr0rhuk" "usermod" "-p" <password> "root"
02:05:04 [6]: Finished. Exit code: 0
02:05:04 [6]: Target cmd: "usermod" "-p" <password> "root"
02:05:04 [6]: Target output:
02:05:04 [8]: [JOBQUEUE]: Progress for Job[ 19 ]: 0 % completed
02:05:04 [8]: [JOBQUEUE]: Progress Overall: 71.4286 % (accumulated) + 0 % (this job) = 71.4286 % (total)
02:05:04 [6]: Starting job "Establecer el nombre del equipo <HOSTNAME>"
02:05:04 [8]: [JOBQUEUE]: Progress for Job[ 20 ]: 0 % completed
02:05:04 [8]: [JOBQUEUE]: Progress Overall: 73.8095 % (accumulated) + 0 % (this job) = 73.8095 % (total)
02:05:04 [6]: Starting job "networkcfg"
02:05:04 [6]: Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale")
02:05:04 [6]: .. Found "es_ES" in "/usr/share/locale/es_ES"
02:05:04 [6]: Job file "/usr/lib/calamares/modules/networkcfg/main.py"
02:05:04 [6]: Job description from pretty_name "networkcfg" = "Saving network configuration."
02:05:04 [8]: [JOBQUEUE]: Progress for Job[ 21 ]: 0 % completed
02:05:04 [8]: [JOBQUEUE]: Progress Overall: 76.1905 % (accumulated) + 0 % (this job) = 76.1905 % (total)
02:05:04 [6]: Starting job "services"
02:05:04 [6]: Job file "/usr/lib/calamares/modules/services/main.py"
02:05:04 [6]: Job description from __doc__ "services" = "Setup systemd services"
02:05:04 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "systemctl", "enable", "NetworkManager.service")
02:05:04 [8]: [JOBQUEUE]: Progress for Job[ 21 ]: 0 % completed
02:05:04 [8]: [JOBQUEUE]: Progress Overall: 76.1905 % (accumulated) + 0 % (this job) = 76.1905 % (total)
02:05:04 [8]: [JOBQUEUE]: Progress for Job[ 21 ]: 0 % completed
02:05:04 [8]: [JOBQUEUE]: Progress Overall: 76.1905 % (accumulated) + 0 % (this job) = 76.1905 % (total)
02:05:04 [6]: Finished. Exit code: 0
02:05:04 [6]: Target cmd: ("systemctl", "enable", "NetworkManager.service")
02:05:04 [6]: Target output:
02:05:04 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "systemctl", "enable", "org.cups.cupsd.service")
02:05:04 [6]: Finished. Exit code: 0
02:05:04 [6]: Target cmd: ("systemctl", "enable", "org.cups.cupsd.service")
02:05:04 [6]: Target output:
02:05:04 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "systemctl", "enable", "graphical.target")
02:05:04 [6]: Finished. Exit code: 0
02:05:04 [6]: Target cmd: ("systemctl", "enable", "graphical.target")
02:05:04 [6]: Target output:
The unit files have no installation config (WantedBy=, RequiredBy=, Also=,
Alias= settings in the [Install] section, and DefaultInstance= for template
units). This means they are not meant to be enabled using systemctl.
Possible reasons for having this kind of units are:
* A unit may be statically enabled by being symlinked from another unit's
.wants/ or .requires/ directory.
* A unit's purpose may be to act as a helper for some other unit which has
a requirement dependency on it.
* A unit may be started when needed via activation (socket, path, timer,
D-Bus, udev, scripted systemctl call, ...).
* In case of template units, the unit is meant to be enabled with some
instance name specified.
02:05:04 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "systemctl", "disable", "pacman-init.service")
02:05:04 [6]: Finished. Exit code: 0
02:05:04 [6]: Target cmd: ("systemctl", "disable", "pacman-init.service")
02:05:04 [6]: Target output:
Failed to disable unit, unit pacman-init.service does not exist.
02:05:04 [8]: [JOBQUEUE]: Progress for Job[ 22 ]: 0 % completed
02:05:04 [8]: [JOBQUEUE]: Progress Overall: 78.5714 % (accumulated) + 0 % (this job) = 78.5714 % (total)
02:05:04 [6]: Starting job "grubconf"
02:05:04 [6]: Job file "/usr/lib/calamares/modules/grubconf/main.py"
02:05:04 [8]: [JOBQUEUE]: Progress for Job[ 23 ]: 0 % completed
02:05:04 [8]: [JOBQUEUE]: Progress Overall: 80.9524 % (accumulated) + 0 % (this job) = 80.9524 % (total)
02:05:04 [6]: Starting job "kdm_sddm"
02:05:04 [6]: Job file "/usr/lib/calamares/modules/kdm_sddm/main.py"
02:05:04 [6]: Job description from __doc__ "kdm_sddm" = "Configure display managers"
02:05:04 [6]: [PYTHON JOB]: "Setting up autologin for user eqlucky."
02:05:04 [8]: [JOBQUEUE]: Progress for Job[ 23 ]: 0 % completed
02:05:04 [8]: [JOBQUEUE]: Progress Overall: 80.9524 % (accumulated) + 0 % (this job) = 80.9524 % (total)
02:05:04 [8]: [JOBQUEUE]: Progress for Job[ 24 ]: 0 % completed
02:05:04 [8]: [JOBQUEUE]: Progress Overall: 83.3333 % (accumulated) + 0 % (this job) = 83.3333 % (total)
02:05:04 [6]: Starting job "userkf5"
02:05:04 [6]: Job file "/usr/lib/calamares/modules/userkf5/main.py"
02:05:04 [6]: Job description from __doc__ "userkf5" = "Create Distribution specific settings for users"
02:05:04 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "/usr/bin/mkdir", "-p", "<HOME_PATH>/Desktop")
02:05:04 [8]: [JOBQUEUE]: Progress for Job[ 24 ]: 0 % completed
02:05:04 [8]: [JOBQUEUE]: Progress Overall: 83.3333 % (accumulated) + 0 % (this job) = 83.3333 % (total)
02:05:04 [6]: Finished. Exit code: 0
02:05:04 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "<HOME_PATH>/Desktop")
02:05:04 [6]: Target output:
02:05:04 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.config")
02:05:04 [6]: Finished. Exit code: 0
02:05:04 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "<HOME_PATH>/.config")
02:05:04 [6]: Target output:
02:05:05 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.local/share/applications/")
02:05:05 [6]: Finished. Exit code: 0
02:05:05 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "<HOME_PATH>/.local/share/applications/")
02:05:05 [6]: Target output:
02:05:05 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.local/share/konqueror")
02:05:05 [6]: Finished. Exit code: 0
02:05:05 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "<HOME_PATH>/.local/share/konqueror")
02:05:05 [6]: Target output:
02:05:05 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.local/share/konsole")
02:05:05 [6]: Finished. Exit code: 0
02:05:05 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "<HOME_PATH>/.local/share/konsole")
02:05:05 [6]: Target output:
02:05:05 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.config/autostart")
02:05:05 [6]: Finished. Exit code: 0
02:05:05 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "<HOME_PATH>/.config/autostart")
02:05:05 [6]: Target output:
02:05:05 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.config/plasma-workspace/env")
02:05:05 [6]: Finished. Exit code: 0
02:05:05 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "<HOME_PATH>/.config/plasma-workspace/env")
02:05:05 [6]: Target output:
02:05:05 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "/usr/bin/mkdir", "-p", "<HOME_PATH>/.config/Kvantum")
02:05:05 [6]: Finished. Exit code: 0
02:05:05 [6]: Target cmd: ("/usr/bin/mkdir", "-p", "<HOME_PATH>/.config/Kvantum")
02:05:05 [6]: Target output:
02:05:05 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "chown", "-R", "eqlucky:users", "<HOME_PATH>")
02:05:05 [6]: Finished. Exit code: 0
02:05:05 [6]: Target cmd: ("chown", "-R", "eqlucky:users", "<HOME_PATH>")
02:05:05 [6]: Target output:
02:05:05 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "setcap", "cap_net_raw=ep", "/usr/bin/ping")
02:05:05 [6]: Finished. Exit code: 0
02:05:05 [6]: Target cmd: ("setcap", "cap_net_raw=ep", "/usr/bin/ping")
02:05:05 [6]: Target output:
02:05:05 [8]: [JOBQUEUE]: Progress for Job[ 25 ]: 0 % completed
02:05:05 [8]: [JOBQUEUE]: Progress Overall: 85.7143 % (accumulated) + 0 % (this job) = 85.7143 % (total)
02:05:05 [6]: Starting job "driver_cleanup"
02:05:05 [6]: Job file "/usr/lib/calamares/modules/driver_cleanup/main.py"
02:05:05 [6]: Job description from __doc__ "driver_cleanup" = "Clean up unused drivers"
02:05:05 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "pacman", "-R", "--noconfirm", "xf86-video-intel")
02:05:05 [8]: [JOBQUEUE]: Progress for Job[ 25 ]: 0 % completed
02:05:05 [8]: [JOBQUEUE]: Progress Overall: 85.7143 % (accumulated) + 0 % (this job) = 85.7143 % (total)
02:05:05 [6]: Finished. Exit code: 1
02:05:05 [6]: Target cmd: ("pacman", "-R", "--noconfirm", "xf86-video-intel")
02:05:05 [6]: Target output:
error: target not found: xf86-video-intel
02:05:05 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "pacman", "-R", "--noconfirm", "xf86-video-nouveau")
02:05:05 [6]: Finished. Exit code: 1
02:05:05 [6]: Target cmd: ("pacman", "-R", "--noconfirm", "xf86-video-nouveau")
02:05:05 [6]: Target output:
error: target not found: xf86-video-nouveau
02:05:05 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "pacman", "-R", "--noconfirm", "xf86-video-amdgpu")
02:05:05 [6]: Finished. Exit code: 0
02:05:05 [6]: Target cmd: ("pacman", "-R", "--noconfirm", "xf86-video-amdgpu")
02:05:05 [6]: Target output:
checking dependencies...
Package (1) Old Version Net Change
xf86-video-amdgpu 19.1.0-1 -0.16 MiB
Total Removed Size: 0.16 MiB
:: Do you want to remove these packages? [Y/n]
:: Processing package changes...
removing xf86-video-amdgpu...
02:05:05 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "pacman", "-R", "--noconfirm", "xf86-video-ati")
02:05:05 [6]: Finished. Exit code: 0
02:05:05 [6]: Target cmd: ("pacman", "-R", "--noconfirm", "xf86-video-ati")
02:05:05 [6]: Target output:
checking dependencies...
Package (1) Old Version Net Change
xf86-video-ati 19.1.0-1 -0.51 MiB
Total Removed Size: 0.51 MiB
:: Do you want to remove these packages? [Y/n]
:: Processing package changes...
removing xf86-video-ati...
02:05:05 [6]: [PYTHON JOB]: " Driver: \"vmwgfx\"\n"
02:05:05 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "pacman", "-Rncs", "--noconfirm", "xf86-input-wacom")
02:05:09 [6]: Finished. Exit code: 0
02:05:09 [6]: Target cmd: ("pacman", "-Rncs", "--noconfirm", "xf86-input-wacom")
02:05:09 [6]: Target output:
checking dependencies...
Package (2) Old Version Net Change
wacomtablet 3.2.0-1 -2.68 MiB
xf86-input-wacom 0.39.0-1 -0.23 MiB
Total Removed Size: 2.91 MiB
:: Do you want to remove these packages? [Y/n]
:: Processing package changes...
removing wacomtablet...
removing xf86-input-wacom...
:: Running post-transaction hooks...
(1/1) Updating the desktop file MIME type cache...
02:05:09 [8]: [JOBQUEUE]: Progress for Job[ 26 ]: 0 % completed
02:05:09 [8]: [JOBQUEUE]: Progress Overall: 88.0952 % (accumulated) + 0 % (this job) = 88.0952 % (total)
02:05:09 [6]: Starting job "nonfree_drivers"
02:05:09 [6]: Job file "/usr/lib/calamares/modules/nonfree_drivers/main.py"
02:05:09 [6]: Job description from __doc__ "nonfree_drivers" = "Setup graphics drivers and sound"
02:05:09 [8]: [JOBQUEUE]: Progress for Job[ 27 ]: 0 % completed
02:05:09 [8]: [JOBQUEUE]: Progress Overall: 90.4762 % (accumulated) + 0 % (this job) = 90.4762 % (total)
02:05:09 [8]: [JOBQUEUE]: Progress for Job[ 27 ]: 0 % completed
02:05:09 [8]: [JOBQUEUE]: Progress Overall: 90.4762 % (accumulated) + 0 % (this job) = 90.4762 % (total)
02:05:09 [6]: Starting job "package_removal"
02:05:09 [6]: Job file "/usr/lib/calamares/modules/package_removal/main.py"
02:05:09 [6]: Job description from __doc__ "package_removal" = "Package removal module. Live only packages, surplus language packs."
02:05:09 [8]: [JOBQUEUE]: Progress for Job[ 27 ]: 0 % completed
02:05:09 [8]: [JOBQUEUE]: Progress Overall: 90.4762 % (accumulated) + 0 % (this job) = 90.4762 % (total)
02:05:09 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "pacman", "-Rns", "--noconfirm", "calamares", "calamares-debug", "console-setup")
02:05:09 [6]: Finished. Exit code: 0
02:05:09 [6]: Target cmd: ("pacman", "-Rns", "--noconfirm", "calamares", "calamares-debug", "console-setup")
02:05:09 [6]: Target output:
checking dependencies...
Package (4) Old Version Net Change
yaml-cpp 0.6.3-1 -0.56 MiB
calamares 3.2.19-5 -10.09 MiB
calamares-debug 3.2.19-5 -95.50 MiB
console-setup 1.193-1 -0.14 MiB
Total Removed Size: 106.29 MiB
:: Do you want to remove these packages? [Y/n]
:: Processing package changes...
removing console-setup...
removing calamares-debug...
removing calamares...
removing yaml-cpp...
:: Running post-transaction hooks...
(1/1) Updating the desktop file MIME type cache...
02:05:09 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "pacman", "-Rns", "--noconfirm", "welcome")
02:05:09 [6]: Finished. Exit code: 0
02:05:09 [6]: Target cmd: ("pacman", "-Rns", "--noconfirm", "welcome")
02:05:09 [6]: Target output:
checking dependencies...
Package (1) Old Version Net Change
welcome 7.1-1 -2.98 MiB
Total Removed Size: 2.98 MiB
:: Do you want to remove these packages? [Y/n]
:: Processing package changes...
removing welcome...
:: Running post-transaction hooks...
(1/1) Updating the desktop file MIME type cache...
02:05:09 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "pacman", "-Rns", "--noconfirm", "hardware-detection")
02:05:10 [6]: Finished. Exit code: 0
02:05:10 [6]: Target cmd: ("pacman", "-Rns", "--noconfirm", "hardware-detection")
02:05:10 [6]: Target output:
checking dependencies...
Package (4) Old Version Net Change
khd-nvidia 1:440.59-3 0.00 MiB
khd-nvidia-340xx 340.108-4 0.00 MiB
khd-nvidia-390xx 390.132-5 0.00 MiB
hardware-detection 20191229-1 -0.06 MiB
Total Removed Size: 0.06 MiB
:: Do you want to remove these packages? [Y/n]
:: Processing package changes...
removing hardware-detection...
removing khd-nvidia-390xx...
removing khd-nvidia-340xx...
removing khd-nvidia...
02:05:10 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "pacman", "-R", "--noconfirm", "init-live")
02:05:10 [6]: Finished. Exit code: 0
02:05:10 [6]: Target cmd: ("pacman", "-R", "--noconfirm", "init-live")
02:05:10 [6]: Target output:
checking dependencies...
Package (1) Old Version Net Change
init-live 2017.03-2 -0.03 MiB
Total Removed Size: 0.03 MiB
:: Do you want to remove these packages? [Y/n]
:: Processing package changes...
removing init-live...
Disabling systemd service
Removed /etc/systemd/system/multi-user.target.wants/live.service.
02:05:10 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "pacman", "-Rns", "--noconfirm", "efibootmgr")
02:05:10 [6]: Finished. Exit code: 0
02:05:10 [6]: Target cmd: ("pacman", "-Rns", "--noconfirm", "efibootmgr")
02:05:10 [6]: Target output:
checking dependencies...
:: grub optionally requires efibootmgr: For grub-install EFI support
:: syslinux optionally requires efibootmgr: For EFI support
Package (2) Old Version Net Change
efivar 37-1 -0.32 MiB
efibootmgr 16-2 -0.04 MiB
Total Removed Size: 0.35 MiB
:: Do you want to remove these packages? [Y/n]
:: Processing package changes...
removing efibootmgr...
removing efivar...
02:05:10 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "pacman", "-Rns", "--noconfirm", "libreoffice")
02:05:19 [6]: Finished. Exit code: 0
02:05:19 [6]: Target cmd: ("pacman", "-Rns", "--noconfirm", "libreoffice")
02:05:19 [6]: Target output:
checking dependencies...
:: qt5-base optionally requires postgresql-libs: PostgreSQL driver
Package (26) Old Version Net Change
clucene 2.3.3.4-19 -3.48 MiB
hdf5 1.10.6-1 -7.31 MiB
libabw 0.1.3-1 -0.33 MiB
libetonyek 0.1.9-4 -2.62 MiB
libgsf 1.14.46-1 -1.98 MiB
liblangtag 0.6.3-1 -3.04 MiB
libmythes 1.2.4-6 -0.02 MiB
libnumbertext 1.0.5-3 -0.67 MiB
libodfgen 0.1.7-1 -0.87 MiB
librevenge 0.0.4-11 -0.85 MiB
libvisio 0.1.7-2 -0.70 MiB
libwpd 0.10.3-1 -0.64 MiB
libwpg 0.3.3-1 -0.13 MiB
libwps 0.4.10-1 -2.34 MiB
lpsolve 5.5.2.5-1 -1.42 MiB
plotutils 2.6-6 -8.14 MiB
postgresql-libs 1:12.2-1 -6.16 MiB
pstoedit 3.75-1 -2.27 MiB
python3-cython 0.29.14-1 -8.47 MiB
python3-lxml 4.5.0-1 -4.93 MiB
raptor 2.0.15-10 -1.92 MiB
rasqal 0.9.33-3 -1.65 MiB
redland 1.0.17-7 -1.84 MiB
translate-toolkit 2.5.0-1 -8.67 MiB
vigra 1.11.1-12 -38.05 MiB
libreoffice 6.4.0.3-1 -348.40 MiB
Total Removed Size: 456.89 MiB
:: Do you want to remove these packages? [Y/n]
:: Running pre-transaction hooks...
(1/1) Removing old entries from the info directory file...
:: Processing package changes...
removing libreoffice...
removing vigra...
removing hdf5...
removing translate-toolkit...
removing redland...
removing rasqal...
removing raptor...
removing python3-lxml...
removing python3-cython...
removing pstoedit...
removing plotutils...
removing postgresql-libs...
removing lpsolve...
removing libwps...
removing libvisio...
removing libodfgen...
removing libnumbertext...
removing libmythes...
removing libetonyek...
removing liblangtag...
removing libabw...
removing libgsf...
removing libwpg...
removing libwpd...
removing librevenge...
removing clucene...
:: Running post-transaction hooks...
(1/2) Updating the desktop file MIME type cache...
(2/2) Updating the MIME type database...
02:05:19 [8]: [JOBQUEUE]: Progress for Job[ 28 ]: 0 % completed
02:05:19 [8]: [JOBQUEUE]: Progress Overall: 92.8571 % (accumulated) + 0 % (this job) = 92.8571 % (total)
02:05:19 [6]: Starting job "bootldr"
02:05:19 [6]: Job file "/usr/lib/calamares/modules/bootldr/main.py"
02:05:19 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "grub-install", "/dev/sda")
02:05:21 [6]: Finished. Exit code: 0
02:05:21 [6]: Target cmd: ("grub-install", "/dev/sda")
02:05:21 [6]: Target output:
Installing for i386-pc platform.
Installation finished. No error reported.
02:05:21 [6]: Running "chroot" ("/tmp/calamares-root-cfr0rhuk", "grub-mkconfig", "-o", "/boot/grub/grub.cfg")
02:05:22 [6]: Finished. Exit code: 0
02:05:22 [6]: Target cmd: ("grub-mkconfig", "-o", "/boot/grub/grub.cfg")
02:05:22 [6]: Target output:
Generating grub configuration file ...
Found theme: /usr/share/grub/themes/midna/theme.txt
Found linux image: /boot/vmlinuz-linux
Found initrd image: /boot/initramfs-linux.img
Found fallback initramfs image: /boot/initramfs-linux-fallback.img
WARNING: Failed to connect to lvmetad. Falling back to device scanning.
done
02:05:22 [8]: [JOBQUEUE]: Progress for Job[ 29 ]: 0 % completed
02:05:22 [8]: [JOBQUEUE]: Progress Overall: 95.2381 % (accumulated) + 0 % (this job) = 95.2381 % (total)
02:05:22 [6]: Starting job "gummi_entries"
02:05:22 [6]: Job file "/usr/lib/calamares/modules/gummi_entries/main.py"
02:05:22 [8]: [JOBQUEUE]: Progress for Job[ 30 ]: 0 % completed
02:05:22 [8]: [JOBQUEUE]: Progress Overall: 97.619 % (accumulated) + 0 % (this job) = 97.619 % (total)
02:05:22 [6]: Starting job "umount"
02:05:22 [6]: Determining gettext path from ("/home/live", "/usr/bin", "/usr/share/locale")
02:05:22 [6]: .. Found "es_ES" in "/usr/share/locale/es_ES"
02:05:22 [6]: Job file "/usr/lib/calamares/modules/umount/main.py"
02:05:22 [6]: Job description from pretty_name "umount" = "Unmount file systems."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment