Skip to content
Success

Console Output

Skipping 17 KB.. Full Log
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 DONE 0.1s

#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s

#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s

#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s

#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.1s

#6 [22/28] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.3s

#7 [11/28] RUN     chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#7 CACHED

#8 [13/28] RUN	CHOWN -R jenkins:jenkins                  /osmo-gsm-tester-*
#8 CACHED

#9 [14/28] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen &&     dpkg-reconfigure --frontend=noninteractive locales &&     update-locale LANG=en_US.UTF-8
#9 CACHED

#10 [15/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		telnet 		libosmocore-dev 		libosmo-abis-dev 		libosmo-gsup-client-dev 		libosmo-netif-dev 		libosmo-ranap-dev 		libosmo-sigtran-dev 		libsmpp34-dev 		libgtp-dev 		libasn1c-dev && 	apt-get clean
#10 CACHED

#11 [ 9/28] COPY	SSH /root/.ssh
#11 CACHED

#12 [ 3/28] RUN     groupadd osmo-gsm-tester
#12 CACHED

#13 [ 5/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cpio 		dbus 		tcpdump 		sqlite3 		python3 		python3-setuptools 		python3-yaml 		python3-mako 		python3-gi 		python3-numpy 		python3-wheel 		python3-watchdog 		ofono 		patchelf 		rpm2cpio 		sudo 		libcap2-bin 		python3-pip 		udhcpc 		iperf3 		locales
#13 CACHED

#14 [ 4/28] RUN     usermod -a -G osmo-gsm-tester jenkins
#14 CACHED

#15 [21/28] RUN	GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#15 CACHED

#16 [ 7/28] RUN	APT-GET update && apt-get install -y openssh-server
#16 CACHED

#17 [ 8/28] RUN	MKDIR /var/run/sshd
#17 CACHED

#18 [16/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cmake 		libfftw3-dev 		libmbedtls-dev 		libboost-program-options-dev 		libconfig++-dev 		libsctp-dev 		libpcsclite-dev 		libuhd-dev 		libczmq-dev 		libsoapysdr-dev 		soapysdr-module-lms7 && 	apt-get clean
#18 CACHED

#19 [23/28] RUN	CD osmo-gsm-tester && 	git fetch && git checkout master && 	(git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#19 CACHED

#20 [17/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		gnuradio && 	apt-get clean
#20 CACHED

#21 [25/28] RUN     mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#21 CACHED

#22 [ 6/28] RUN	PIP3 install --break-system-packages 		"git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" 		pydbus 		pyusb 		pysispm 		pymongo
#22 CACHED

#23 [ 2/28] RUN     useradd -ms /bin/bash jenkins
#23 CACHED

#24 [12/28] RUN	MKDIR -p /osmo-gsm-tester-srsue                  /osmo-gsm-tester-srsenb                  /osmo-gsm-tester-srsepc                  /osmo-gsm-tester-trx 		 /osmo-gsm-tester-grbroker 		 /osmo-gsm-tester-open5gs
#24 CACHED

#25 [26/28] RUN     mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#25 CACHED

#26 [18/28] RUN	SET -x && 	mkdir -p /tmp/mongodb && 	cd /tmp/mongodb && 	wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && 	wget "http://archive.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" 		> /etc/apt/sources.list.d/mongodb-org.list && 	apt-get update && 	apt-get install -y mongodb-org && 	apt-get clean && 	cd / && 	rm -rf /tmp/mongodb && 	rm /etc/apt/sources.list.d/mongodb-org.list && 	sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#26 CACHED

#27 [19/28] RUN	IF [ "$(arch)" = "x86_64" ]; then 		apt-get update && 		apt-get install -y --no-install-recommends 			python3-pip 			python3-setuptools 			python3-wheel 			ninja-build 			build-essential 			flex 			bison 			git 			libsctp-dev 			libgnutls28-dev 			libgcrypt-dev 			libssl-dev 			libidn11-dev 			libmongoc-dev 			libbson-dev 			libyaml-dev 			libnghttp2-dev 			libmicrohttpd-dev 			libcurl4-gnutls-dev 			libnghttp2-dev 			meson && 		apt-get clean; 	fi
#27 CACHED

#28 [24/28] RUN     mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#28 CACHED

#29 [20/28] WORKDIR	/TMP
#29 CACHED

#30 [27/28] COPY	RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#30 CACHED

#31 [22/28] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#31 CACHED

#32 [10/28] COPY	--CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#32 CACHED

#33 [28/28] WORKDIR	/DATA
#33 CACHED

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:94346cdbbb5c070fa9bf10fb8ebc6ee8cf51116841ed5089fe4d2efef4a88bfc 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8064 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-08-20 22:48:22
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8064
+ mkdir -p trial-8064
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-08-20_13_25_56.tgz osmo-bts-oc2g.build-2025-08-20_00_51_33.tgz osmo-bts-sysmo.build-2025-08-20_00_51_35.tgz osmo-bts.build-2025-08-20_00_51_39.tgz osmo-ggsn.build-2025-08-20_20_42_33.tgz osmo-hlr.build-2025-08-20_16_36_50.tgz osmo-hnbgw.build-2025-08-20_13_28_40.tgz osmo-mgw.build-2025-08-20_08_33_14.tgz osmo-msc.build-2025-08-20_13_32_08.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-20_07_34_06.tgz osmo-pcu-sysmo.build-2025-08-20_07_36_10.tgz osmo-pcu.build-2025-08-20_07_36_16.tgz osmo-sgsn.build-2025-08-20_20_48_49.tgz osmo-stp.build-2025-08-20_13_22_55.tgz osmo-trx.build-2025-08-20_14_30_44.tgz osmocom-bb.build-2025-08-20_21_17_13.tgz srslte.build-19.tgz trial-8064
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-08-20_13_25_56.md5 osmo-bts-oc2g.build-2025-08-20_00_51_33.md5 osmo-bts-sysmo.build-2025-08-20_00_51_35.md5 osmo-bts.build-2025-08-20_00_51_39.md5 osmo-ggsn.build-2025-08-20_20_42_33.md5 osmo-hlr.build-2025-08-20_16_36_50.md5 osmo-hnbgw.build-2025-08-20_13_28_40.md5 osmo-mgw.build-2025-08-20_08_33_14.md5 osmo-msc.build-2025-08-20_13_32_08.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-20_07_34_06.md5 osmo-pcu-sysmo.build-2025-08-20_07_36_10.md5 osmo-pcu.build-2025-08-20_07_36_16.md5 osmo-sgsn.build-2025-08-20_20_48_49.md5 osmo-stp.build-2025-08-20_13_22_55.md5 osmo-trx.build-2025-08-20_14_30_44.md5 osmocom-bb.build-2025-08-20_21_17_13.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-08-20_13_25_56.md5 osmo-bts-oc2g.build-2025-08-20_00_51_33.md5 osmo-bts-sysmo.build-2025-08-20_00_51_35.md5 osmo-bts.build-2025-08-20_00_51_39.md5 osmo-ggsn.build-2025-08-20_20_42_33.md5 osmo-hlr.build-2025-08-20_16_36_50.md5 osmo-hnbgw.build-2025-08-20_13_28_40.md5 osmo-mgw.build-2025-08-20_08_33_14.md5 osmo-msc.build-2025-08-20_13_32_08.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-20_07_34_06.md5 osmo-pcu-sysmo.build-2025-08-20_07_36_10.md5 osmo-pcu.build-2025-08-20_07_36_16.md5 osmo-sgsn.build-2025-08-20_20_48_49.md5 osmo-stp.build-2025-08-20_13_22_55.md5 osmo-trx.build-2025-08-20_14_30_44.md5 osmocom-bb.build-2025-08-20_21_17_13.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-8064 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8064'
tests: None
/build/osmo-gsm-tester/src/osmo_gsm_tester/obj/ms_android.py:201: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if not(self.get_assigned_addr() is ''):

--------------------------------------------------------------------------------------------
trial-8064
--------------------------------------------------------------------------------------------
22:48:22.848286 tst                       trial-8064: Detailed log at /build/trial-8064/run.2025-08-20_22-48-22/log

---------------------------------------------------------------------
trial-8064 netreg_mass
---------------------------------------------------------------------
22:48:23.148769 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:23.149241 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:23.150274 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:23.151823 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:23.193631 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:23.194616 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:23.196020 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:23.284155 tst                      netreg_mass: RESERVED RESOURCES for netreg_mass:
bts
  OsmoBTS Virtual
ip_address
  127.0.42.2
  127.0.42.3
  127.0.42.4
  127.0.42.5
  127.0.42.6
  127.0.42.7
modem
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile

----------------------------------------------
trial-8064 netreg_mass register_default_mass.py
----------------------------------------------
22:48:23.286503 tst       register_default_mass.py:9: Claiming resources for the test
22:48:23.306493 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.307207 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.307806 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.308399 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.309013 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.309613 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.310205 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:23.360476 tst         register_default_mass.py: using LAC 2
22:48:23.404054 tst         register_default_mass.py: using RAC 2
22:48:23.449496 tst         register_default_mass.py: using CellId 2
22:48:23.493153 tst         register_default_mass.py: using BVCI 3
22:48:23.507101 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.508570 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.509888 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.511166 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.512419 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.513712 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.514945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.516190 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.517609 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.518849 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.520084 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.521341 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.522656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.524016 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.525395 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.526721 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.528039 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.529481 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.530760 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.532042 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.533298 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.534534 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.535887 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.537158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.538361 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.539559 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.540767 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.541969 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.543172 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.544395 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.545617 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.546814 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.548025 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.549270 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.550518 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.551770 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.553009 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.554223 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.555433 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.556641 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.557857 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.559090 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.560318 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.561537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.562745 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.563944 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.565179 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.566437 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.567681 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.568902 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.570110 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.571300 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.572501 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.573721 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.574925 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.576128 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.577359 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.578577 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.579808 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.581026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.582283 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.583493 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.584945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.586246 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.587494 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.588791 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.590036 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.591291 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.592707 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.594059 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.595314 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.596563 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.598025 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.599324 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.600778 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.602129 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.603395 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.604623 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.605848 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.607020 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.608193 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.609398 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.611421 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.612731 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.613925 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.615116 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.616341 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.617578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.618814 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.620031 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.621233 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.622449 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.623718 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.624982 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.626188 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.627426 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.628655 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.629950 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.631215 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.632452 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.633878 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.635302 tst      register_default_mass.py:21: Launching a simple network
22:48:23.659516 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:23.884484 run            create_hlr_db(pid=19): Launched
22:48:24.900328 run            create_hlr_db(pid=19): Terminated: ok {rc=0}
22:48:24.941002 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Launched
22:48:24.976868 run      osmo-hlr_127.0.42.2(pid=22): Launched
22:48:24.991022 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:25.304863 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Launched
22:48:25.326608 run      osmo-stp_127.0.42.5(pid=24): Launched
22:48:25.335743 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:25.909916 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Launched
22:48:25.930370 run      osmo-msc_127.0.42.6(pid=26): Launched
22:48:28.943198 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:29.087271 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Launched
22:48:29.112044 run      osmo-mgw_127.0.42.3(pid=28): Launched
22:48:29.119245 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:29.149836 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Launched
22:48:29.171140 run      osmo-mgw_127.0.42.4(pid=30): Launched
22:48:29.178517 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:29.607077 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Launched
22:48:29.628596 run      osmo-bsc_127.0.42.7(pid=32): Launched
22:48:35.658334 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:35.846265 run         osmo-bts-virtual(pid=33): Launched
22:48:36.897922 tst         register_default_mass.py: using MSISDN 1001
22:48:36.905313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:36.999744 tst         register_default_mass.py: using MSISDN 1002
22:48:37.007579 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:37.081376 tst         register_default_mass.py: using MSISDN 1003
22:48:37.089226 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:37.182780 tst         register_default_mass.py: using MSISDN 1004
22:48:37.190525 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:37.268524 tst         register_default_mass.py: using MSISDN 1005
22:48:37.276854 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:37.751996 tst         register_default_mass.py: using MSISDN 1006
22:48:37.760026 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:37.822265 tst         register_default_mass.py: using MSISDN 1007
22:48:37.835143 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:38.007574 tst         register_default_mass.py: using MSISDN 1008
22:48:38.020611 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:38.107392 tst         register_default_mass.py: using MSISDN 1009
22:48:38.120130 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:38.194601 tst         register_default_mass.py: using MSISDN 1010
22:48:38.207237 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:38.282988 tst         register_default_mass.py: using MSISDN 1011
22:48:38.295934 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:38.380175 tst         register_default_mass.py: using MSISDN 1012
22:48:38.396211 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:38.479329 tst         register_default_mass.py: using MSISDN 1013
22:48:38.493627 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:38.571660 tst         register_default_mass.py: using MSISDN 1014
22:48:38.584859 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:38.663767 tst         register_default_mass.py: using MSISDN 1015
22:48:38.682297 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:38.765246 tst         register_default_mass.py: using MSISDN 1016
22:48:38.778121 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:38.854788 tst         register_default_mass.py: using MSISDN 1017
22:48:38.868007 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:38.966523 tst         register_default_mass.py: using MSISDN 1018
22:48:38.979353 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:39.046430 tst         register_default_mass.py: using MSISDN 1019
22:48:39.056614 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:39.131537 tst         register_default_mass.py: using MSISDN 1020
22:48:39.140670 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:39.221220 tst         register_default_mass.py: using MSISDN 1021
22:48:39.228223 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:39.300876 tst         register_default_mass.py: using MSISDN 1022
22:48:39.309552 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:39.375338 tst         register_default_mass.py: using MSISDN 1023
22:48:39.386795 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:39.455187 tst         register_default_mass.py: using MSISDN 1024
22:48:39.461223 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:39.532696 tst         register_default_mass.py: using MSISDN 1025
22:48:39.538951 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:39.602980 tst         register_default_mass.py: using MSISDN 1026
22:48:39.610160 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:39.683125 tst         register_default_mass.py: using MSISDN 1027
22:48:39.693255 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:39.753695 tst         register_default_mass.py: using MSISDN 1028
22:48:39.763057 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:39.830682 tst         register_default_mass.py: using MSISDN 1029
22:48:39.836907 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:39.909748 tst         register_default_mass.py: using MSISDN 1030
22:48:39.919159 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:39.980296 tst         register_default_mass.py: using MSISDN 1031
22:48:39.986659 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:40.057119 tst         register_default_mass.py: using MSISDN 1032
22:48:40.063616 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:40.131077 tst         register_default_mass.py: using MSISDN 1033
22:48:40.137395 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:40.201759 tst         register_default_mass.py: using MSISDN 1034
22:48:40.207910 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:40.279025 tst         register_default_mass.py: using MSISDN 1035
22:48:40.285156 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:40.359192 tst         register_default_mass.py: using MSISDN 1036
22:48:40.365281 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:40.432912 tst         register_default_mass.py: using MSISDN 1037
22:48:40.439372 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:40.515504 tst         register_default_mass.py: using MSISDN 1038
22:48:40.522016 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:40.591784 tst         register_default_mass.py: using MSISDN 1039
22:48:40.597882 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:40.662610 tst         register_default_mass.py: using MSISDN 1040
22:48:40.671577 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:40.731593 tst         register_default_mass.py: using MSISDN 1041
22:48:40.737863 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:40.800884 tst         register_default_mass.py: using MSISDN 1042
22:48:40.807736 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:40.882649 tst         register_default_mass.py: using MSISDN 1043
22:48:40.890699 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:40.972845 tst         register_default_mass.py: using MSISDN 1044
22:48:40.980740 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:41.055018 tst         register_default_mass.py: using MSISDN 1045
22:48:41.060975 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:41.154234 tst         register_default_mass.py: using MSISDN 1046
22:48:41.160152 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:41.226135 tst         register_default_mass.py: using MSISDN 1047
22:48:41.232377 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:41.307234 tst         register_default_mass.py: using MSISDN 1048
22:48:41.316260 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:41.390959 tst         register_default_mass.py: using MSISDN 1049
22:48:41.398701 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:41.470819 tst         register_default_mass.py: using MSISDN 1050
22:48:41.482041 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:41.548299 tst         register_default_mass.py: using MSISDN 1051
22:48:41.555049 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:41.619789 tst         register_default_mass.py: using MSISDN 1052
22:48:41.626238 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:41.691269 tst         register_default_mass.py: using MSISDN 1053
22:48:41.697698 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:41.772177 tst         register_default_mass.py: using MSISDN 1054
22:48:41.779045 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:41.843629 tst         register_default_mass.py: using MSISDN 1055
22:48:41.853526 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:41.927749 tst         register_default_mass.py: using MSISDN 1056
22:48:41.934134 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:42.001405 tst         register_default_mass.py: using MSISDN 1057
22:48:42.012203 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:42.082826 tst         register_default_mass.py: using MSISDN 1058
22:48:42.094174 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:42.167031 tst         register_default_mass.py: using MSISDN 1059
22:48:42.173960 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:42.250825 tst         register_default_mass.py: using MSISDN 1060
22:48:42.261590 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:42.346172 tst         register_default_mass.py: using MSISDN 1061
22:48:42.352226 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:42.416655 tst         register_default_mass.py: using MSISDN 1062
22:48:42.424792 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:42.490300 tst         register_default_mass.py: using MSISDN 1063
22:48:42.496801 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:42.573950 tst         register_default_mass.py: using MSISDN 1064
22:48:42.580228 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:42.652381 tst         register_default_mass.py: using MSISDN 1065
22:48:42.658795 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:46.502522 tst         register_default_mass.py: using MSISDN 1066
22:48:46.509675 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:46.591261 tst         register_default_mass.py: using MSISDN 1067
22:48:46.602064 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:46.691098 tst         register_default_mass.py: using MSISDN 1068
22:48:46.696850 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:46.759563 tst         register_default_mass.py: using MSISDN 1069
22:48:46.765581 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:46.831099 tst         register_default_mass.py: using MSISDN 1070
22:48:46.837624 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:46.899796 tst         register_default_mass.py: using MSISDN 1071
22:48:46.905806 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:46.979067 tst         register_default_mass.py: using MSISDN 1072
22:48:46.985208 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:47.054986 tst         register_default_mass.py: using MSISDN 1073
22:48:47.061143 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:47.121912 tst         register_default_mass.py: using MSISDN 1074
22:48:47.127827 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:47.188805 tst         register_default_mass.py: using MSISDN 1075
22:48:47.195273 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:47.263300 tst         register_default_mass.py: using MSISDN 1076
22:48:47.269888 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:47.338609 tst         register_default_mass.py: using MSISDN 1077
22:48:47.344939 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:47.408585 tst         register_default_mass.py: using MSISDN 1078
22:48:47.419699 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:47.486125 tst         register_default_mass.py: using MSISDN 1079
22:48:47.492397 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:47.566816 tst         register_default_mass.py: using MSISDN 1080
22:48:47.573182 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:47.638470 tst         register_default_mass.py: using MSISDN 1081
22:48:47.645008 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:47.720520 tst         register_default_mass.py: using MSISDN 1082
22:48:47.727194 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:47.788593 tst         register_default_mass.py: using MSISDN 1083
22:48:47.794902 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:47.866710 tst         register_default_mass.py: using MSISDN 1084
22:48:47.873084 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:47.934303 tst         register_default_mass.py: using MSISDN 1085
22:48:47.940645 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:48.009519 tst         register_default_mass.py: using MSISDN 1086
22:48:48.015694 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:48.108767 tst         register_default_mass.py: using MSISDN 1087
22:48:48.116310 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:48.195009 tst         register_default_mass.py: using MSISDN 1088
22:48:48.201144 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:48.320051 tst         register_default_mass.py: using MSISDN 1089
22:48:48.328483 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:48.406990 tst         register_default_mass.py: using MSISDN 1090
22:48:48.413643 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:48.486015 tst         register_default_mass.py: using MSISDN 1091
22:48:48.501290 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:48.573353 tst         register_default_mass.py: using MSISDN 1092
22:48:48.590525 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:48.734489 tst         register_default_mass.py: using MSISDN 1093
22:48:48.748901 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:48.825972 tst         register_default_mass.py: using MSISDN 1094
22:48:48.841259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:48.929827 tst         register_default_mass.py: using MSISDN 1095
22:48:48.945371 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:49.021607 tst         register_default_mass.py: using MSISDN 1096
22:48:49.039081 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:49.111876 tst         register_default_mass.py: using MSISDN 1097
22:48:49.128646 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:49.212154 tst         register_default_mass.py: using MSISDN 1098
22:48:49.226949 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:49.306639 tst         register_default_mass.py: using MSISDN 1099
22:48:49.317411 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:49.392723 tst         register_default_mass.py: using MSISDN 1100
22:48:49.400937 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:49.578272 run                             mass: Starting testcase
22:48:49.593846 run                             mass: Pre-launching all virtphy's
22:48:49.608122 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:49.642590 run   osmo-ms-virt-phy/00000(pid=34): Launched
22:48:49.658925 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:49.694657 run   osmo-ms-virt-phy/00001(pid=35): Launched
22:48:49.711518 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:49.747610 run   osmo-ms-virt-phy/00002(pid=36): Launched
22:48:49.764832 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:49.800620 run   osmo-ms-virt-phy/00003(pid=37): Launched
22:48:49.817923 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:50.081638 run   osmo-ms-virt-phy/00004(pid=38): Launched
22:48:50.098365 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:50.137220 run   osmo-ms-virt-phy/00005(pid=39): Launched
22:48:50.158497 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:50.197532 run   osmo-ms-virt-phy/00006(pid=40): Launched
22:48:50.215252 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:50.252396 run   osmo-ms-virt-phy/00007(pid=41): Launched
22:48:50.270112 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:50.306957 run   osmo-ms-virt-phy/00008(pid=42): Launched
22:48:50.324043 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:50.361062 run   osmo-ms-virt-phy/00009(pid=43): Launched
22:48:50.378509 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:50.415220 run   osmo-ms-virt-phy/00010(pid=44): Launched
22:48:50.431706 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:50.466310 run   osmo-ms-virt-phy/00011(pid=45): Launched
22:48:50.484104 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:50.521369 run   osmo-ms-virt-phy/00012(pid=46): Launched
22:48:50.539123 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:50.573999 run   osmo-ms-virt-phy/00013(pid=47): Launched
22:48:50.590697 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:50.626725 run   osmo-ms-virt-phy/00014(pid=48): Launched
22:48:50.643745 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:50.681142 run   osmo-ms-virt-phy/00015(pid=49): Launched
22:48:50.699627 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:50.738974 run   osmo-ms-virt-phy/00016(pid=50): Launched
22:48:50.757432 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:50.795158 run   osmo-ms-virt-phy/00017(pid=51): Launched
22:48:50.813984 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:50.850577 run   osmo-ms-virt-phy/00018(pid=52): Launched
22:48:50.868304 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:50.903816 run   osmo-ms-virt-phy/00019(pid=53): Launched
22:48:50.919742 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:50.955237 run   osmo-ms-virt-phy/00020(pid=54): Launched
22:48:50.973437 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:51.012737 run   osmo-ms-virt-phy/00021(pid=55): Launched
22:48:51.030410 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:51.064823 run   osmo-ms-virt-phy/00022(pid=56): Launched
22:48:51.084061 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:51.123640 run   osmo-ms-virt-phy/00023(pid=57): Launched
22:48:51.141178 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:51.181627 run   osmo-ms-virt-phy/00024(pid=58): Launched
22:48:51.201076 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:51.242106 run   osmo-ms-virt-phy/00025(pid=59): Launched
22:48:51.261348 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:51.303330 run   osmo-ms-virt-phy/00026(pid=60): Launched
22:48:51.322499 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:51.363390 run   osmo-ms-virt-phy/00027(pid=61): Launched
22:48:51.382433 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:51.424944 run   osmo-ms-virt-phy/00028(pid=62): Launched
22:48:51.445326 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:51.488905 run   osmo-ms-virt-phy/00029(pid=63): Launched
22:48:51.508785 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:51.548285 run   osmo-ms-virt-phy/00030(pid=64): Launched
22:48:51.566555 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:51.606576 run   osmo-ms-virt-phy/00031(pid=65): Launched
22:48:51.625095 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:51.664814 run   osmo-ms-virt-phy/00032(pid=66): Launched
22:48:51.683081 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:51.723758 run   osmo-ms-virt-phy/00033(pid=67): Launched
22:48:51.742106 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:51.781625 run   osmo-ms-virt-phy/00034(pid=68): Launched
22:48:51.799864 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:51.822848 run   osmo-ms-virt-phy/00035(pid=69): Launched
22:48:51.832265 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:51.850702 run   osmo-ms-virt-phy/00036(pid=70): Launched
22:48:51.860201 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:51.878571 run   osmo-ms-virt-phy/00037(pid=71): Launched
22:48:51.887685 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:51.905802 run   osmo-ms-virt-phy/00038(pid=72): Launched
22:48:51.913888 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:51.931845 run   osmo-ms-virt-phy/00039(pid=73): Launched
22:48:51.948298 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:51.969312 run   osmo-ms-virt-phy/00040(pid=74): Launched
22:48:51.979369 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:51.997704 run   osmo-ms-virt-phy/00041(pid=75): Launched
22:48:52.007466 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:52.025859 run   osmo-ms-virt-phy/00042(pid=76): Launched
22:48:52.036029 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:52.056170 run   osmo-ms-virt-phy/00043(pid=77): Launched
22:48:52.064946 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:52.083382 run   osmo-ms-virt-phy/00044(pid=78): Launched
22:48:52.101190 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:52.146784 run   osmo-ms-virt-phy/00045(pid=79): Launched
22:48:52.163654 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:52.199534 run   osmo-ms-virt-phy/00046(pid=80): Launched
22:48:52.217781 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:52.257710 run   osmo-ms-virt-phy/00047(pid=81): Launched
22:48:52.276321 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:52.316516 run   osmo-ms-virt-phy/00048(pid=82): Launched
22:48:52.334950 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:52.374387 run   osmo-ms-virt-phy/00049(pid=83): Launched
22:48:52.393310 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:52.433375 run   osmo-ms-virt-phy/00050(pid=84): Launched
22:48:52.451788 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:52.491744 run   osmo-ms-virt-phy/00051(pid=85): Launched
22:48:52.510281 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:52.549466 run   osmo-ms-virt-phy/00052(pid=86): Launched
22:48:52.567668 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:52.606544 run   osmo-ms-virt-phy/00053(pid=87): Launched
22:48:52.624250 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:52.661608 run   osmo-ms-virt-phy/00054(pid=88): Launched
22:48:52.679813 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:52.721310 run   osmo-ms-virt-phy/00055(pid=89): Launched
22:48:52.739282 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:52.778974 run   osmo-ms-virt-phy/00056(pid=90): Launched
22:48:52.797193 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:52.838723 run   osmo-ms-virt-phy/00057(pid=91): Launched
22:48:52.857537 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:52.900047 run   osmo-ms-virt-phy/00058(pid=92): Launched
22:48:52.918713 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:52.960084 run   osmo-ms-virt-phy/00059(pid=93): Launched
22:48:52.978791 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:53.018831 run   osmo-ms-virt-phy/00060(pid=94): Launched
22:48:53.038236 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:53.087279 run   osmo-ms-virt-phy/00061(pid=95): Launched
22:48:53.109168 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:53.150794 run   osmo-ms-virt-phy/00062(pid=96): Launched
22:48:53.170342 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:53.222293 run   osmo-ms-virt-phy/00063(pid=97): Launched
22:48:53.242098 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:53.287299 run   osmo-ms-virt-phy/00064(pid=98): Launched
22:48:53.306662 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:53.348819 run   osmo-ms-virt-phy/00065(pid=99): Launched
22:48:53.367502 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:53.412772 run  osmo-ms-virt-phy/00066(pid=100): Launched
22:48:53.431879 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:53.476957 run  osmo-ms-virt-phy/00067(pid=101): Launched
22:48:53.496505 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:53.537942 run  osmo-ms-virt-phy/00068(pid=102): Launched
22:48:53.556718 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:53.604764 run  osmo-ms-virt-phy/00069(pid=103): Launched
22:48:53.623986 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:53.672765 run  osmo-ms-virt-phy/00070(pid=104): Launched
22:48:53.691815 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:53.732933 run  osmo-ms-virt-phy/00071(pid=105): Launched
22:48:53.751792 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:53.802232 run  osmo-ms-virt-phy/00072(pid=106): Launched
22:48:53.817805 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:53.852760 run  osmo-ms-virt-phy/00073(pid=107): Launched
22:48:53.871891 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:53.917058 run  osmo-ms-virt-phy/00074(pid=108): Launched
22:48:53.936431 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:53.981043 run  osmo-ms-virt-phy/00075(pid=109): Launched
22:48:54.000502 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:54.048780 run  osmo-ms-virt-phy/00076(pid=110): Launched
22:48:54.068830 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:54.112794 run  osmo-ms-virt-phy/00077(pid=111): Launched
22:48:54.133301 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:54.177078 run  osmo-ms-virt-phy/00078(pid=112): Launched
22:48:54.197374 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:54.252344 run  osmo-ms-virt-phy/00079(pid=113): Launched
22:48:54.273448 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:54.320810 run  osmo-ms-virt-phy/00080(pid=114): Launched
22:48:54.340396 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:54.393425 run  osmo-ms-virt-phy/00081(pid=115): Launched
22:48:54.412826 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:54.466854 run  osmo-ms-virt-phy/00082(pid=116): Launched
22:48:54.486799 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:54.532906 run  osmo-ms-virt-phy/00083(pid=117): Launched
22:48:54.551851 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:54.590034 run  osmo-ms-virt-phy/00084(pid=118): Launched
22:48:54.610035 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:54.656800 run  osmo-ms-virt-phy/00085(pid=119): Launched
22:48:54.675731 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:54.721072 run  osmo-ms-virt-phy/00086(pid=120): Launched
22:48:54.741083 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:54.784015 run  osmo-ms-virt-phy/00087(pid=121): Launched
22:48:54.803394 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:54.845311 run  osmo-ms-virt-phy/00088(pid=122): Launched
22:48:54.873942 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:54.930769 run  osmo-ms-virt-phy/00089(pid=123): Launched
22:48:54.950912 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:54.997075 run  osmo-ms-virt-phy/00090(pid=124): Launched
22:48:55.012562 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:55.038078 run  osmo-ms-virt-phy/00091(pid=125): Launched
22:48:55.056266 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:55.100793 run  osmo-ms-virt-phy/00092(pid=126): Launched
22:48:55.120644 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:55.163267 run  osmo-ms-virt-phy/00093(pid=127): Launched
22:48:55.180741 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:55.228809 run  osmo-ms-virt-phy/00094(pid=128): Launched
22:48:55.248584 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:55.292786 run  osmo-ms-virt-phy/00095(pid=129): Launched
22:48:55.312998 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:55.360792 run  osmo-ms-virt-phy/00096(pid=130): Launched
22:48:55.375791 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:55.425062 run  osmo-ms-virt-phy/00097(pid=131): Launched
22:48:55.445035 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:55.489043 run  osmo-ms-virt-phy/00098(pid=132): Launched
22:48:55.508514 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:55.552874 run  osmo-ms-virt-phy/00099(pid=133): Launched
22:48:55.572146 run                             mass: Checking if sockets are in the filesystem
22:48:55.610794 run                osmo-ms-mob/00000: Starting mobile
22:48:55.653633 run       osmo-ms-mob/00000(pid=134): Launched
22:48:55.699734 run                             mass: MS start registered  {at=18961041.403029773, delay=0.026442475616931915, ms=00000}
22:48:59.805294 run                osmo-ms-mob/00001: Starting mobile
22:48:59.839954 run       osmo-ms-mob/00001(pid=135): Launched
22:48:59.865256 run                             mass: MS start registered  {at=18961045.56856572, delay=0.00790923461318016, ms=00001}
22:49:01.606155 run                osmo-ms-mob/00002: Starting mobile
22:49:01.650313 run       osmo-ms-mob/00002(pid=136): Launched
22:49:01.680431 run                             mass: MS start registered  {at=18961047.38371311, delay=0.01157313957810402, ms=00002}
22:49:01.859860 run                             mass: MS performed LU  {at=18961047.56312789, lu_delay=6.1600981168448925, ms=00000}
22:49:02.909403 run                osmo-ms-mob/00003: Starting mobile
22:49:02.961305 run       osmo-ms-mob/00003(pid=137): Launched
22:49:03.012538 run                             mass: MS start registered  {at=18961048.715827234, delay=0.02938581258058548, ms=00003}
22:49:04.018230 run                osmo-ms-mob/00004: Starting mobile
22:49:04.066989 run       osmo-ms-mob/00004(pid=138): Launched
22:49:04.093658 run                             mass: MS start registered  {at=18961049.79694301, delay=0.005483109503984451, ms=00004}
22:49:04.997487 run                osmo-ms-mob/00005: Starting mobile
22:49:05.012469 run       osmo-ms-mob/00005(pid=139): Launched
22:49:05.025181 run                             mass: MS start registered  {at=18961050.72848845, delay=0.005757726728916168, ms=00005}
22:49:05.623688 run                             mass: MS performed LU  {at=18961051.32699482, lu_delay=5.758429102599621, ms=00001}
22:49:05.905662 run                osmo-ms-mob/00006: Starting mobile
22:49:05.941764 run       osmo-ms-mob/00006(pid=140): Launched
22:49:05.967146 run                             mass: MS start registered  {at=18961051.67045033, delay=0.0067763254046440125, ms=00006}
22:49:06.804378 run                osmo-ms-mob/00007: Starting mobile
22:49:06.838483 run       osmo-ms-mob/00007(pid=141): Launched
22:49:06.861085 run                             mass: MS start registered  {at=18961052.564399786, delay=0.007247127592563629, ms=00007}
22:49:07.525384 run                             mass: MS performed LU  {at=18961053.228696678, lu_delay=5.844983566552401, ms=00002}
22:49:07.551765 run                osmo-ms-mob/00008: Starting mobile
22:49:07.583258 run       osmo-ms-mob/00008(pid=142): Launched
22:49:07.605380 run                             mass: MS start registered  {at=18961053.308697674, delay=0.006849449127912521, ms=00008}
22:49:08.023268 run                             mass: MS performed LU  {at=18961053.72657846, lu_delay=5.010751225054264, ms=00003}
22:49:08.301162 run                osmo-ms-mob/00009: Starting mobile
22:49:08.321267 run       osmo-ms-mob/00009(pid=143): Launched
22:49:08.338606 run                             mass: MS start registered  {at=18961054.0419424, delay=4.173442721366882e-05, ms=00009}
22:49:09.001597 run                osmo-ms-mob/00010: Starting mobile
22:49:09.019024 run       osmo-ms-mob/00010(pid=144): Launched
22:49:09.032514 run                             mass: MS start registered  {at=18961054.735853735, delay=0.005520503968000412, ms=00010}
22:49:09.389434 run                             mass: MS performed LU  {at=18961055.09274203, lu_delay=5.295799020677805, ms=00004}
22:49:09.606773 run                osmo-ms-mob/00011: Starting mobile
22:49:09.647639 run       osmo-ms-mob/00011(pid=145): Launched
22:49:09.666584 run                             mass: MS start registered  {at=18961055.369917568, delay=4.260987043380737e-05, ms=00011}
22:49:10.197792 run                osmo-ms-mob/00012: Starting mobile
22:49:10.213273 run       osmo-ms-mob/00012(pid=146): Launched
22:49:10.225608 run                             mass: MS start registered  {at=18961055.928940903, delay=0.005267750471830368, ms=00012}
22:49:10.802239 run                osmo-ms-mob/00013: Starting mobile
22:49:10.824573 run       osmo-ms-mob/00013(pid=147): Launched
22:49:10.838784 run                             mass: MS start registered  {at=18961056.542125784, delay=3.244727849960327e-05, ms=00013}
22:49:11.291304 run                             mass: MS performed LU  {at=18961056.99461781, lu_delay=5.324167478829622, ms=00006}
22:49:11.304509 run                osmo-ms-mob/00014: Starting mobile
22:49:11.319902 run       osmo-ms-mob/00014(pid=148): Launched
22:49:11.327227 run                             mass: MS performed LU  {at=18961057.030580405, lu_delay=6.302091956138611, ms=00005}
22:49:11.334297 run                             mass: MS start registered  {at=18961057.037661403, delay=0.0071037039160728455, ms=00014}
22:49:11.807562 run                             mass: MS performed LU  {at=18961057.510889474, lu_delay=4.946489688009024, ms=00007}
22:49:11.997547 run                osmo-ms-mob/00015: Starting mobile
22:49:12.012692 run       osmo-ms-mob/00015(pid=149): Launched
22:49:12.025270 run                             mass: MS start registered  {at=18961057.728607155, delay=0.005522105842828751, ms=00015}
22:49:12.504437 run                osmo-ms-mob/00016: Starting mobile
22:49:12.539210 run       osmo-ms-mob/00016(pid=150): Launched
22:49:12.563774 run                             mass: MS start registered  {at=18961058.267088253, delay=0.006785869598388672, ms=00016}
22:49:13.005206 run                osmo-ms-mob/00017: Starting mobile
22:49:13.042086 run       osmo-ms-mob/00017(pid=151): Launched
22:49:13.061064 run                             mass: MS performed LU  {at=18961058.7643927, lu_delay=4.72245030105114, ms=00009}
22:49:13.077800 run                             mass: MS start registered  {at=18961058.781148847, delay=0.01680559292435646, ms=00017}
22:49:13.155828 run                             mass: MS performed LU  {at=18961058.859136317, lu_delay=5.550438642501831, ms=00008}
22:49:13.600330 run                osmo-ms-mob/00018: Starting mobile
22:49:13.617188 run       osmo-ms-mob/00018(pid=152): Launched
22:49:13.635276 run                             mass: MS start registered  {at=18961059.33858769, delay=0.008888032287359238, ms=00018}
22:49:13.996522 run                osmo-ms-mob/00019: Starting mobile
22:49:14.012963 run       osmo-ms-mob/00019(pid=153): Launched
22:49:14.024719 run                             mass: MS start registered  {at=18961059.728060037, delay=0.005198195576667786, ms=00019}
22:49:14.497279 run                osmo-ms-mob/00020: Starting mobile
22:49:14.510970 run       osmo-ms-mob/00020(pid=154): Launched
22:49:14.522209 run                             mass: MS start registered  {at=18961060.225552283, delay=0.004978638142347336, ms=00020}
22:49:15.005752 run                osmo-ms-mob/00021: Starting mobile
22:49:15.020594 run       osmo-ms-mob/00021(pid=155): Launched
22:49:15.031884 run                             mass: MS start registered  {at=18961060.735234424, delay=0.004887208342552185, ms=00021}
22:49:15.056570 run                             mass: MS performed LU  {at=18961060.759887885, lu_delay=5.389970317482948, ms=00011}
22:49:15.084106 run                             mass: MS performed LU  {at=18961060.787454274, lu_delay=6.0516005381941795, ms=00010}
22:49:15.102447 run                             mass: MS performed LU  {at=18961060.805800654, lu_delay=4.876859750598669, ms=00012}
22:49:15.113643 run                osmo-ms-mob/00022: Starting mobile
22:49:15.126930 run       osmo-ms-mob/00022(pid=156): Launched
22:49:15.138131 run                             mass: MS start registered  {at=18961060.841475777, delay=0.004869159311056137, ms=00022}
22:49:15.907167 run                osmo-ms-mob/00023: Starting mobile
22:49:15.921523 run       osmo-ms-mob/00023(pid=157): Launched
22:49:15.932884 run                             mass: MS start registered  {at=18961061.63623429, delay=0.00482109934091568, ms=00023}
22:49:16.301507 run                osmo-ms-mob/00024: Starting mobile
22:49:16.317115 run       osmo-ms-mob/00024(pid=158): Launched
22:49:16.328796 run                             mass: MS start registered  {at=18961062.03212684, delay=0.005115434527397156, ms=00024}
22:49:16.796827 run                osmo-ms-mob/00025: Starting mobile
22:49:16.810623 run       osmo-ms-mob/00025(pid=159): Launched
22:49:16.819251 run                             mass: MS performed LU  {at=18961062.522593666, lu_delay=5.484932262450457, ms=00014}
22:49:16.825608 run                             mass: MS start registered  {at=18961062.528973006, delay=0.008577197790145874, ms=00025}
22:49:16.838060 run                             mass: MS performed LU  {at=18961062.54137507, lu_delay=4.812767915427685, ms=00015}
22:49:16.921541 run                             mass: MS performed LU  {at=18961062.62487206, lu_delay=6.082746274769306, ms=00013}
22:49:16.932925 run                osmo-ms-mob/00026: Starting mobile
22:49:16.946184 run       osmo-ms-mob/00026(pid=160): Launched
22:49:16.957137 run                             mass: MS start registered  {at=18961062.660490904, delay=0.004850529134273529, ms=00026}
22:49:17.328154 run                             mass: MS performed LU  {at=18961063.031400535, lu_delay=4.764312282204628, ms=00016}
22:49:17.614827 run                osmo-ms-mob/00027: Starting mobile
22:49:17.628987 run       osmo-ms-mob/00027(pid=161): Launched
22:49:17.640055 run                             mass: MS start registered  {at=18961063.343408965, delay=0.004973944276571274, ms=00027}
22:49:18.005175 run                osmo-ms-mob/00028: Starting mobile
22:49:18.018775 run       osmo-ms-mob/00028(pid=162): Launched
22:49:18.030427 run                             mass: MS start registered  {at=18961063.733776815, delay=0.005195152014493942, ms=00028}
22:49:18.407213 run                osmo-ms-mob/00029: Starting mobile
22:49:18.420960 run       osmo-ms-mob/00029(pid=163): Launched
22:49:18.432079 run                             mass: MS start registered  {at=18961064.13542626, delay=0.004766728729009628, ms=00029}
22:49:18.796266 run                osmo-ms-mob/00030: Starting mobile
22:49:18.809749 run       osmo-ms-mob/00030(pid=164): Launched
22:49:18.820471 run                             mass: MS start registered  {at=18961064.523823667, delay=0.0045910365879535675, ms=00030}
22:49:18.826939 run                             mass: MS performed LU  {at=18961064.53029601, lu_delay=4.802235972136259, ms=00019}
22:49:18.850202 run                             mass: MS performed LU  {at=18961064.553538606, lu_delay=5.772389758378267, ms=00017}
22:49:18.868651 run                             mass: MS performed LU  {at=18961064.571999658, lu_delay=5.233411967754364, ms=00018}
22:49:18.880204 run                osmo-ms-mob/00031: Starting mobile
22:49:18.893528 run       osmo-ms-mob/00031(pid=165): Launched
22:49:18.904565 run                             mass: MS start registered  {at=18961064.607918765, delay=0.004974719136953354, ms=00031}
22:49:19.496729 run                osmo-ms-mob/00032: Starting mobile
22:49:19.510536 run       osmo-ms-mob/00032(pid=166): Launched
22:49:19.521807 run                             mass: MS start registered  {at=18961065.225153722, delay=0.00473644956946373, ms=00032}
22:49:19.901368 run                osmo-ms-mob/00033: Starting mobile
22:49:19.916202 run       osmo-ms-mob/00033(pid=167): Launched
22:49:19.927638 run                             mass: MS start registered  {at=18961065.630992442, delay=0.004839576780796051, ms=00033}
22:49:20.297036 run                osmo-ms-mob/00034: Starting mobile
22:49:20.311305 run       osmo-ms-mob/00034(pid=168): Launched
22:49:20.323065 run                             mass: MS start registered  {at=18961066.026411247, delay=0.005139492452144623, ms=00034}
22:49:20.586099 run                             mass: MS performed LU  {at=18961066.28940499, lu_delay=6.063852705061436, ms=00020}
22:49:20.603612 run                osmo-ms-mob/00035: Starting mobile
22:49:20.617989 run       osmo-ms-mob/00035(pid=169): Launched
22:49:20.624816 run                             mass: MS performed LU  {at=18961066.328171264, lu_delay=5.486695487052202, ms=00022}
22:49:20.631001 run                             mass: MS start registered  {at=18961066.334366124, delay=0.0062172263860702515, ms=00035}
22:49:20.687161 run                             mass: MS performed LU  {at=18961066.39049414, lu_delay=5.655259717255831, ms=00021}
22:49:20.858251 run                             mass: MS performed LU  {at=18961066.561548006, lu_delay=4.925313714891672, ms=00023}
22:49:20.980317 run                osmo-ms-mob/00036: Starting mobile
22:49:20.993398 run       osmo-ms-mob/00036(pid=170): Launched
22:49:21.005035 run                             mass: MS start registered  {at=18961066.70837038, delay=0.005359102040529251, ms=00036}
22:49:21.112425 run                             mass: MS performed LU  {at=18961066.815700974, lu_delay=4.783574134111404, ms=00024}
22:49:21.397813 run                osmo-ms-mob/00037: Starting mobile
22:49:21.411457 run       osmo-ms-mob/00037(pid=171): Launched
22:49:21.422891 run                             mass: MS start registered  {at=18961067.126233317, delay=0.004977192729711533, ms=00037}
22:49:21.697749 run                osmo-ms-mob/00038: Starting mobile
22:49:21.711555 run       osmo-ms-mob/00038(pid=172): Launched
22:49:21.723346 run                             mass: MS start registered  {at=18961067.426690996, delay=0.005518782883882523, ms=00038}
22:49:21.996718 run                osmo-ms-mob/00039: Starting mobile
22:49:22.010762 run       osmo-ms-mob/00039(pid=173): Launched
22:49:22.022387 run                             mass: MS start registered  {at=18961067.72573267, delay=0.0050559379160404205, ms=00039}
22:49:22.398472 run                osmo-ms-mob/00040: Starting mobile
22:49:22.415267 run       osmo-ms-mob/00040(pid=174): Launched
22:49:22.428727 run                             mass: MS start registered  {at=18961068.132033836, delay=0.00588250532746315, ms=00040}
22:49:22.588364 run                             mass: MS performed LU  {at=18961068.291690428, lu_delay=5.762717422097921, ms=00025}
22:49:22.615959 run                             mass: MS performed LU  {at=18961068.319294646, lu_delay=5.65880374237895, ms=00026}
22:49:22.627767 run                osmo-ms-mob/00041: Starting mobile
22:49:22.641764 run       osmo-ms-mob/00041(pid=175): Launched
22:49:22.648187 run                             mass: MS performed LU  {at=18961068.351545304, lu_delay=5.008136339485645, ms=00027}
22:49:22.654311 run                             mass: MS start registered  {at=18961068.357678078, delay=0.006151765584945679, ms=00041}
22:49:22.777688 run                             mass: MS performed LU  {at=18961068.481018823, lu_delay=4.747242007404566, ms=00028}
22:49:22.789753 run                osmo-ms-mob/00042: Starting mobile
22:49:22.803568 run       osmo-ms-mob/00042(pid=176): Launched
22:49:22.815123 run                             mass: MS start registered  {at=18961068.518444937, delay=0.0050818100571632385, ms=00042}
22:49:23.396881 run                osmo-ms-mob/00043: Starting mobile
22:49:23.411092 run       osmo-ms-mob/00043(pid=177): Launched
22:49:23.423528 run                             mass: MS start registered  {at=18961069.126839027, delay=0.006034005433320999, ms=00043}
22:49:23.699936 run                osmo-ms-mob/00044: Starting mobile
22:49:23.714673 run       osmo-ms-mob/00044(pid=178): Launched
22:49:23.726469 run                             mass: MS start registered  {at=18961069.429813597, delay=0.00511506199836731, ms=00044}
22:49:23.999780 run                osmo-ms-mob/00045: Starting mobile
22:49:24.013979 run       osmo-ms-mob/00045(pid=179): Launched
22:49:24.025652 run                             mass: MS start registered  {at=18961069.72897179, delay=0.005329255014657974, ms=00045}
22:49:24.296174 run                osmo-ms-mob/00046: Starting mobile
22:49:24.309692 run       osmo-ms-mob/00046(pid=180): Launched
22:49:24.321551 run                             mass: MS start registered  {at=18961070.024892762, delay=0.005502007901668549, ms=00046}
22:49:24.351285 run                             mass: MS performed LU  {at=18961070.054614726, lu_delay=5.919188465923071, ms=00029}
22:49:24.369487 run                             mass: MS performed LU  {at=18961070.072819684, lu_delay=5.548996016383171, ms=00030}
22:49:24.382121 run                osmo-ms-mob/00047: Starting mobile
22:49:24.396196 run       osmo-ms-mob/00047(pid=181): Launched
22:49:24.408075 run                             mass: MS start registered  {at=18961070.111409158, delay=0.0055551715195178986, ms=00047}
22:49:24.452655 run                             mass: MS performed LU  {at=18961070.155916616, lu_delay=4.930762894451618, ms=00032}
22:49:24.624054 run                             mass: MS performed LU  {at=18961070.327387094, lu_delay=5.719468329101801, ms=00031}
22:49:24.635986 run                osmo-ms-mob/00048: Starting mobile
22:49:24.650117 run       osmo-ms-mob/00048(pid=182): Launched
22:49:24.662020 run                             mass: MS start registered  {at=18961070.365355298, delay=0.005528632551431656, ms=00048}
22:49:24.877264 run                             mass: MS performed LU  {at=18961070.58059779, lu_delay=4.9496053494513035, ms=00033}
22:49:25.212274 run                osmo-ms-mob/00049: Starting mobile
22:49:25.230372 run       osmo-ms-mob/00049(pid=183): Launched
22:49:25.241343 run                             mass: MS start registered  {at=18961070.944695093, delay=0.004942763596773148, ms=00049}
22:49:25.500773 run                osmo-ms-mob/00050: Starting mobile
22:49:25.516799 run       osmo-ms-mob/00050(pid=184): Launched
22:49:25.527517 run                             mass: MS start registered  {at=18961071.23086921, delay=0.004674110561609268, ms=00050}
22:49:25.897119 run                osmo-ms-mob/00051: Starting mobile
22:49:25.911241 run       osmo-ms-mob/00051(pid=185): Launched
22:49:25.923129 run                             mass: MS start registered  {at=18961071.62647838, delay=0.002098698168992996, ms=00051}
22:49:26.196870 run                osmo-ms-mob/00052: Starting mobile
22:49:26.210542 run       osmo-ms-mob/00052(pid=186): Launched
22:49:26.222888 run                             mass: MS start registered  {at=18961071.92623008, delay=0.005000527948141098, ms=00052}
22:49:26.354517 run                             mass: MS performed LU  {at=18961072.05785134, lu_delay=4.931618023663759, ms=00037}
22:49:26.382142 run                             mass: MS performed LU  {at=18961072.085474867, lu_delay=4.658783871680498, ms=00038}
22:49:26.394084 run                osmo-ms-mob/00053: Starting mobile
22:49:26.408204 run       osmo-ms-mob/00053(pid=187): Launched
22:49:26.414572 run                             mass: MS performed LU  {at=18961072.117928647, lu_delay=5.409558266401291, ms=00036}
22:49:26.420737 run                             mass: MS start registered  {at=18961072.12410133, delay=0.0061940997838974, ms=00053}
22:49:26.544563 run                             mass: MS performed LU  {at=18961072.24786332, lu_delay=5.913497194647789, ms=00035}
22:49:26.556732 run                osmo-ms-mob/00054: Starting mobile
22:49:26.570637 run       osmo-ms-mob/00054(pid=188): Launched
22:49:26.576922 run                             mass: MS performed LU  {at=18961072.280277617, lu_delay=6.253866370767355, ms=00034}
22:49:26.583126 run                             mass: MS start registered  {at=18961072.28649172, delay=0.0062363967299461365, ms=00054}
22:49:27.097492 run                osmo-ms-mob/00055: Starting mobile
22:49:27.112856 run       osmo-ms-mob/00055(pid=189): Launched
22:49:27.124069 run                             mass: MS start registered  {at=18961072.827418502, delay=0.004683542996644974, ms=00055}
22:49:27.396597 run                osmo-ms-mob/00056: Starting mobile
22:49:27.410941 run       osmo-ms-mob/00056(pid=190): Launched
22:49:27.423081 run                             mass: MS start registered  {at=18961073.126418732, delay=0.0036298856139183044, ms=00056}
22:49:27.696811 run                osmo-ms-mob/00057: Starting mobile
22:49:27.712532 run       osmo-ms-mob/00057(pid=191): Launched
22:49:27.725743 run                             mass: MS start registered  {at=18961073.42907003, delay=0.006707392632961273, ms=00057}
22:49:28.097233 run                osmo-ms-mob/00058: Starting mobile
22:49:28.111161 run       osmo-ms-mob/00058(pid=192): Launched
22:49:28.117726 run                             mass: MS performed LU  {at=18961073.821082406, lu_delay=6.095349736511707, ms=00039}
22:49:28.123945 run                             mass: MS start registered  {at=18961073.827310476, delay=0.006248783320188522, ms=00058}
22:49:28.135086 run                             mass: MS performed LU  {at=18961073.838431247, lu_delay=5.706397410482168, ms=00040}
22:49:28.146881 run                osmo-ms-mob/00059: Starting mobile
22:49:28.160846 run       osmo-ms-mob/00059(pid=193): Launched
22:49:28.172610 run                             mass: MS start registered  {at=18961073.87594645, delay=0.005356796085834503, ms=00059}
22:49:28.218659 run                             mass: MS performed LU  {at=18961073.921974357, lu_delay=5.403529420495033, ms=00042}
22:49:28.389666 run                             mass: MS performed LU  {at=18961074.092970982, lu_delay=5.73529290407896, ms=00041}
22:49:28.410426 run                osmo-ms-mob/00060: Starting mobile
22:49:28.439117 run       osmo-ms-mob/00060(pid=194): Launched
22:49:28.456705 run                             mass: MS performed LU  {at=18961074.160050593, lu_delay=5.033211566507816, ms=00043}
22:49:28.468908 run                             mass: MS start registered  {at=18961074.172264367, delay=0.012245211750268936, ms=00060}
22:49:28.698730 run                             mass: MS performed LU  {at=18961074.402043223, lu_delay=4.97222962602973, ms=00044}
22:49:29.102817 run                osmo-ms-mob/00061: Starting mobile
22:49:29.122512 run       osmo-ms-mob/00061(pid=195): Launched
22:49:29.134548 run                             mass: MS start registered  {at=18961074.837868676, delay=0.005694575607776642, ms=00061}
22:49:29.397736 run                osmo-ms-mob/00062: Starting mobile
22:49:29.414346 run       osmo-ms-mob/00062(pid=196): Launched
22:49:29.426352 run                             mass: MS start registered  {at=18961075.129684217, delay=0.005372479557991028, ms=00062}
22:49:29.696707 run                osmo-ms-mob/00063: Starting mobile
22:49:29.711992 run       osmo-ms-mob/00063(pid=197): Launched
22:49:29.723410 run                             mass: MS start registered  {at=18961075.4267565, delay=0.0052194781601428986, ms=00063}
22:49:30.097136 run                osmo-ms-mob/00064: Starting mobile
22:49:30.110876 run       osmo-ms-mob/00064(pid=198): Launched
22:49:30.122551 run                             mass: MS start registered  {at=18961075.82589331, delay=0.0053208693861961365, ms=00064}
22:49:30.147410 run                             mass: MS performed LU  {at=18961075.85074194, lu_delay=5.7393327839672565, ms=00047}
22:49:30.165913 run                             mass: MS performed LU  {at=18961075.86925163, lu_delay=5.844358868896961, ms=00046}
22:49:30.328082 run                             mass: MS performed LU  {at=18961076.031417202, lu_delay=5.086722109466791, ms=00049}
22:49:30.340127 run                osmo-ms-mob/00065: Starting mobile
22:49:30.353873 run       osmo-ms-mob/00065(pid=199): Launched
22:49:30.365015 run                             mass: MS performed LU  {at=18961076.06834994, lu_delay=4.83748072758317, ms=00050}
22:49:30.373233 run                             mass: MS start registered  {at=18961076.07659746, delay=0.01272432878613472, ms=00065}
22:49:30.797747 run                osmo-ms-mob/00066: Starting mobile
22:49:30.812401 run       osmo-ms-mob/00066(pid=200): Launched
22:49:30.824454 run                             mass: MS start registered  {at=18961076.527793597, delay=0.005801785737276077, ms=00066}
22:49:31.043316 run                             mass: MS performed LU  {at=18961076.746611927, lu_delay=7.017640136182308, ms=00045}
22:49:31.181593 run                             mass: MS performed LU  {at=18961076.884929106, lu_delay=5.258450724184513, ms=00051}
22:49:31.193860 run                osmo-ms-mob/00067: Starting mobile
22:49:31.208065 run       osmo-ms-mob/00067(pid=201): Launched
22:49:31.221206 run                             mass: MS start registered  {at=18961076.92454249, delay=0.0066601186990737915, ms=00067}
22:49:31.572066 run                osmo-ms-mob/00068: Starting mobile
22:49:31.586528 run       osmo-ms-mob/00068(pid=202): Launched
22:49:31.592950 run                             mass: Starting too slowly. Moving on {now=18961077.296318155, sleep=-0.002562243491411209, target=18961077.29375591}
22:49:31.598890 run                             mass: MS start registered  {at=18961077.302248083, delay=0.005932383239269257, ms=00068}
22:49:31.882700 run                             mass: MS performed LU  {at=18961077.586024415, lu_delay=4.459605682641268, ms=00056}
22:49:31.895372 run                osmo-ms-mob/00069: Starting mobile
22:49:31.909683 run       osmo-ms-mob/00069(pid=203): Launched
22:49:31.916178 run                             mass: MS performed LU  {at=18961077.61953536, lu_delay=4.792116858065128, ms=00055}
22:49:31.922804 run                             mass: MS performed LU  {at=18961077.6261666, lu_delay=5.339674882590771, ms=00054}
22:49:31.928901 run                             mass: MS start registered  {at=18961077.632265635, delay=0.012751959264278412, ms=00069}
22:49:31.938358 run                             mass: MS performed LU  {at=18961077.64168126, lu_delay=5.715451180934906, ms=00052}
22:49:31.950060 run                osmo-ms-mob/00070: Starting mobile
22:49:31.964181 run       osmo-ms-mob/00070(pid=204): Launched
22:49:31.975656 run                             mass: MS start registered  {at=18961077.67900654, delay=0.005217351019382477, ms=00070}
22:49:32.229060 run                             mass: MS performed LU  {at=18961077.932385474, lu_delay=5.808284144848585, ms=00053}
22:49:32.697507 run                osmo-ms-mob/00071: Starting mobile
22:49:32.711561 run       osmo-ms-mob/00071(pid=205): Launched
22:49:32.723648 run                             mass: MS start registered  {at=18961078.42698644, delay=0.004900112748146057, ms=00071}
22:49:33.096106 run                osmo-ms-mob/00072: Starting mobile
22:49:33.109831 run       osmo-ms-mob/00072(pid=206): Launched
22:49:33.117309 run                             mass: MS performed LU  {at=18961078.820662484, lu_delay=4.648398116230965, ms=00060}
22:49:33.123625 run                             mass: MS start registered  {at=18961078.826989174, delay=0.006349556148052216, ms=00072}
22:49:33.496700 run                osmo-ms-mob/00073: Starting mobile
22:49:33.511526 run       osmo-ms-mob/00073(pid=207): Launched
22:49:33.523250 run                             mass: MS start registered  {at=18961079.2265854, delay=0.005302589386701584, ms=00073}
22:49:33.858328 run                             mass: MS performed LU  {at=18961079.5616305, lu_delay=5.68568404763937, ms=00059}
22:49:33.872152 run                osmo-ms-mob/00074: Starting mobile
22:49:33.886814 run       osmo-ms-mob/00074(pid=208): Launched
22:49:33.898727 run                             mass: MS start registered  {at=18961079.602064535, delay=0.005335606634616852, ms=00074}
22:49:33.913641 run                             mass: MS performed LU  {at=18961079.616975065, lu_delay=4.779106389731169, ms=00061}
22:49:33.932219 run                             mass: MS performed LU  {at=18961079.63555943, lu_delay=6.206489399075508, ms=00057}
22:49:34.102705 run                             mass: MS performed LU  {at=18961079.806033894, lu_delay=4.676349677145481, ms=00062}
22:49:34.114742 run                osmo-ms-mob/00075: Starting mobile
22:49:34.128678 run       osmo-ms-mob/00075(pid=209): Launched
22:49:34.135205 run                             mass: MS performed LU  {at=18961079.83855545, lu_delay=6.011244975030422, ms=00058}
22:49:34.141499 run                             mass: MS start registered  {at=18961079.84486309, delay=0.006335660815238953, ms=00075}
22:49:34.797034 run                osmo-ms-mob/00076: Starting mobile
22:49:34.811247 run       osmo-ms-mob/00076(pid=210): Launched
22:49:34.823002 run                             mass: MS start registered  {at=18961080.52634502, delay=0.005169443786144257, ms=00076}
22:49:34.960721 run                             mass: MS performed LU  {at=18961080.664055184, lu_delay=3.7395126931369305, ms=00067}
22:49:35.197092 run                osmo-ms-mob/00077: Starting mobile
22:49:35.211515 run       osmo-ms-mob/00077(pid=211): Launched
22:49:35.223145 run                             mass: MS start registered  {at=18961080.92649356, delay=0.0049283429980278015, ms=00077}
22:49:35.649095 run                             mass: MS performed LU  {at=18961081.352426227, lu_delay=5.925669725984335, ms=00063}
22:49:35.660908 run                osmo-ms-mob/00078: Starting mobile
22:49:35.674164 run       osmo-ms-mob/00078(pid=212): Launched
22:49:35.685241 run                             mass: MS performed LU  {at=18961081.388590958, lu_delay=5.31199349835515, ms=00065}
22:49:35.691390 run                             mass: MS start registered  {at=18961081.39475636, delay=0.010446310043334961, ms=00078}
22:49:35.704010 run                             mass: MS performed LU  {at=18961081.40735668, lu_delay=5.581463370472193, ms=00064}
22:49:35.994448 run                             mass: MS performed LU  {at=18961081.69778172, lu_delay=5.1699881218373775, ms=00066}
22:49:36.006800 run                osmo-ms-mob/00079: Starting mobile
22:49:36.021012 run       osmo-ms-mob/00079(pid=213): Launched
22:49:36.032392 run                             mass: MS start registered  {at=18961081.73574422, delay=0.004872571676969528, ms=00079}
22:49:36.597100 run                osmo-ms-mob/00080: Starting mobile
22:49:36.611368 run       osmo-ms-mob/00080(pid=214): Launched
22:49:36.623421 run                             mass: MS start registered  {at=18961082.326763082, delay=0.005353137850761414, ms=00080}
22:49:37.659699 run                osmo-ms-mob/00081: Starting mobile
22:49:37.682785 run       osmo-ms-mob/00081(pid=215): Launched
22:49:37.688789 run                             mass: Starting too slowly. Moving on {now=18961083.392158087, sleep=-0.49840209260582924, target=18961082.893755995}
22:49:37.694405 run                             mass: MS performed LU  {at=18961083.397763487, lu_delay=4.970777045935392, ms=00071}
22:49:37.700386 run                             mass: Starting too slowly. Moving on {now=18961083.403755654, sleep=-0.40999965742230415, target=18961082.993755996}
22:49:37.706043 run                             mass: MS performed LU  {at=18961083.409406368, lu_delay=5.777140732854605, ms=00069}
22:49:37.711864 run                             mass: Starting too slowly. Moving on {now=18961083.415233076, sleep=-0.3214770779013634, target=18961083.093755998}
22:49:37.717504 run                             mass: MS performed LU  {at=18961083.420869134, lu_delay=6.118621051311493, ms=00068}
22:49:37.723284 run                             mass: Starting too slowly. Moving on {now=18961083.426654655, sleep=-0.23289865627884865, target=18961083.193756}
22:49:37.728905 run                             mass: MS start registered  {at=18961083.432270486, delay=0.04011489823460579, ms=00081}
22:49:38.345210 run                osmo-ms-mob/00082: Starting mobile
22:49:38.372310 run       osmo-ms-mob/00082(pid=216): Launched
22:49:38.378587 run                             mass: Starting too slowly. Moving on {now=18961084.081956465, sleep=-0.7882004640996456, target=18961083.293756}
22:49:38.384408 run                             mass: MS start registered  {at=18961084.087766763, delay=0.005812492221593857, ms=00082}
22:49:38.390759 run                             mass: Starting too slowly. Moving on {now=18961084.094128076, sleep=-0.7003720737993717, target=18961083.393756002}
22:49:38.396572 run                             mass: Starting too slowly. Moving on {now=18961084.099942088, sleep=-0.6061860844492912, target=18961083.493756004}
22:49:38.402433 run                             mass: Starting too slowly. Moving on {now=18961084.105804555, sleep=-0.5120485499501228, target=18961083.593756005}
22:49:38.408373 run                             mass: Starting too slowly. Moving on {now=18961084.1117434, sleep=-0.4179873950779438, target=18961083.693756007}
22:49:38.414322 run                             mass: Starting too slowly. Moving on {now=18961084.117692146, sleep=-0.3239361383020878, target=18961083.79375601}
22:49:38.787097 run                osmo-ms-mob/00083: Starting mobile
22:49:38.859457 run       osmo-ms-mob/00083(pid=217): Launched
22:49:38.865639 run                             mass: Starting too slowly. Moving on {now=18961084.569009084, sleep=-0.6752530746161938, target=18961083.89375601}
22:49:38.871350 run                             mass: MS start registered  {at=18961084.574710198, delay=0.005703140050172806, ms=00083}
22:49:38.877356 run                             mass: Starting too slowly. Moving on {now=18961084.580726147, sleep=-0.5869701355695724, target=18961083.99375601}
22:49:38.883028 run                             mass: Starting too slowly. Moving on {now=18961084.586399578, sleep=-0.4926435649394989, target=18961084.093756013}
22:49:38.888699 run                             mass: Starting too slowly. Moving on {now=18961084.592070628, sleep=-0.39831461384892464, target=18961084.193756014}
22:49:38.894448 run                             mass: Starting too slowly. Moving on {now=18961084.59782023, sleep=-0.30406421422958374, target=18961084.293756016}
22:49:38.905066 run                osmo-ms-mob/00084: Starting mobile
22:49:38.918211 run       osmo-ms-mob/00084(pid=218): Launched
22:49:38.924437 run                             mass: Starting too slowly. Moving on {now=18961084.627806697, sleep=-0.2340506799519062, target=18961084.393756017}
22:49:38.930334 run                             mass: MS start registered  {at=18961084.633695178, delay=0.005890198051929474, ms=00084}
22:49:38.936206 run                             mass: Starting too slowly. Moving on {now=18961084.639576722, sleep=-0.14582070335745811, target=18961084.49375602}
22:49:38.941860 run                             mass: Starting too slowly. Moving on {now=18961084.64523197, sleep=-0.051475949585437775, target=18961084.59375602}
22:49:39.097215 run                osmo-ms-mob/00085: Starting mobile
22:49:39.111590 run       osmo-ms-mob/00085(pid=219): Launched
22:49:39.123124 run                             mass: MS start registered  {at=18961084.826463677, delay=0.005142580717802048, ms=00085}
22:49:39.713107 run                osmo-ms-mob/00086: Starting mobile
22:49:39.726965 run       osmo-ms-mob/00086(pid=220): Launched
22:49:39.737910 run                             mass: MS start registered  {at=18961085.44126105, delay=0.004953872412443161, ms=00086}
22:49:39.886562 run                             mass: MS performed LU  {at=18961085.589806035, lu_delay=5.74494294449687, ms=00075}
22:49:39.923275 run                             mass: MS performed LU  {at=18961085.626537673, lu_delay=6.39995227381587, ms=00073}
22:49:39.942016 run                             mass: MS performed LU  {at=18961085.64526704, lu_delay=6.043202504515648, ms=00074}
22:49:39.960715 run                             mass: MS performed LU  {at=18961085.66395113, lu_delay=6.836961954832077, ms=00072}
22:49:40.139413 run                             mass: MS performed LU  {at=18961085.842653785, lu_delay=5.31630876660347, ms=00076}
22:49:40.158566 run                osmo-ms-mob/00087: Starting mobile
22:49:40.172186 run       osmo-ms-mob/00087(pid=221): Launched
22:49:40.184050 run                             mass: MS start registered  {at=18961085.887397204, delay=0.005146365612745285, ms=00087}
22:49:40.897268 run                osmo-ms-mob/00088: Starting mobile
22:49:40.912549 run       osmo-ms-mob/00088(pid=222): Launched
22:49:40.924047 run                             mass: MS start registered  {at=18961086.627389967, delay=0.005169734358787537, ms=00088}
22:49:41.400299 run                             mass: MS performed LU  {at=18961087.103502512, lu_delay=6.177008952945471, ms=00077}
22:49:41.428021 run                osmo-ms-mob/00089: Starting mobile
22:49:41.441075 run       osmo-ms-mob/00089(pid=223): Launched
22:49:41.447451 run                             mass: MS performed LU  {at=18961087.15081021, lu_delay=5.756053846329451, ms=00078}
22:49:41.453429 run                             mass: MS start registered  {at=18961087.15679599, delay=0.006002955138683319, ms=00089}
22:49:41.680912 run                             mass: MS performed LU  {at=18961087.38423504, lu_delay=5.0574719570577145, ms=00080}
22:49:42.113382 run                osmo-ms-mob/00090: Starting mobile
22:49:42.127128 run       osmo-ms-mob/00090(pid=224): Launched
22:49:42.138346 run                             mass: MS start registered  {at=18961087.841694064, delay=0.0050042495131492615, ms=00090}
22:49:42.796304 run                osmo-ms-mob/00091: Starting mobile
22:49:42.809909 run       osmo-ms-mob/00091(pid=225): Launched
22:49:42.821216 run                             mass: MS start registered  {at=18961088.524566095, delay=0.004925347864627838, ms=00091}
22:49:43.181736 run                             mass: MS performed LU  {at=18961088.88499259, lu_delay=5.452722102403641, ms=00081}
22:49:43.205748 run                             mass: MS performed LU  {at=18961088.9091087, lu_delay=4.821341935545206, ms=00082}
22:49:43.496739 run                osmo-ms-mob/00092: Starting mobile
22:49:43.510159 run       osmo-ms-mob/00092(pid=226): Launched
22:49:43.521552 run                             mass: MS start registered  {at=18961089.224903245, delay=0.005137279629707336, ms=00092}
22:49:43.688051 run                             mass: MS performed LU  {at=18961089.39136318, lu_delay=4.757668003439903, ms=00084}
22:49:43.707918 run                             mass: MS performed LU  {at=18961089.411184926, lu_delay=4.8364747278392315, ms=00083}
22:49:44.297012 run                osmo-ms-mob/00093: Starting mobile
22:49:44.311003 run       osmo-ms-mob/00093(pid=227): Launched
22:49:44.323439 run                             mass: MS start registered  {at=18961090.026776046, delay=0.005634896457195282, ms=00093}
22:49:45.165944 run                             mass: MS performed LU  {at=18961090.869247764, lu_delay=5.427986714988947, ms=00086}
22:49:45.177712 run                osmo-ms-mob/00094: Starting mobile
22:49:45.191540 run       osmo-ms-mob/00094(pid=228): Launched
22:49:45.197872 run                             mass: MS performed LU  {at=18961090.901231, lu_delay=6.07476732134819, ms=00085}
22:49:45.203929 run                             mass: MS start registered  {at=18961090.907294918, delay=0.006084214895963669, ms=00094}
22:49:45.211201 run                             mass: MS performed LU  {at=18961090.914556153, lu_delay=5.027158949524164, ms=00087}
22:49:46.101271 run                osmo-ms-mob/00095: Starting mobile
22:49:46.116949 run       osmo-ms-mob/00095(pid=229): Launched
22:49:46.128622 run                             mass: MS start registered  {at=18961091.831959426, delay=0.00560460239648819, ms=00095}
22:49:46.945783 run                             mass: MS performed LU  {at=18961092.64911364, lu_delay=4.807419575750828, ms=00090}
22:49:46.964344 run                             mass: MS performed LU  {at=18961092.66768399, lu_delay=6.040294021368027, ms=00088}
22:49:46.976543 run                osmo-ms-mob/00096: Starting mobile
22:49:46.990931 run       osmo-ms-mob/00096(pid=230): Launched
22:49:47.002952 run                             mass: MS start registered  {at=18961092.7062926, delay=0.005669694393873215, ms=00096}
22:49:47.112310 run                             mass: MS performed LU  {at=18961092.815623976, lu_delay=5.6588279865682125, ms=00089}
22:49:47.219418 run                             mass: MS performed LU  {at=18961092.92266815, lu_delay=22.557312853634357, ms=00048}
22:49:48.210606 run                osmo-ms-mob/00097: Starting mobile
22:49:48.224601 run       osmo-ms-mob/00097(pid=231): Launched
22:49:48.235754 run                             mass: MS start registered  {at=18961093.939097848, delay=0.00498402863740921, ms=00097}
22:49:48.931584 run                             mass: MS performed LU  {at=18961094.63488844, lu_delay=5.4099851958453655, ms=00092}
22:49:48.948799 run                             mass: MS performed LU  {at=18961094.65213549, lu_delay=6.127569396048784, ms=00091}
22:49:49.211730 run                             mass: MS performed LU  {at=18961094.915066928, lu_delay=4.888290882110596, ms=00093}
22:49:49.496311 run                osmo-ms-mob/00098: Starting mobile
22:49:49.510198 run       osmo-ms-mob/00098(pid=232): Launched
22:49:49.521757 run                             mass: MS start registered  {at=18961095.225109857, delay=0.004929885268211365, ms=00098}
22:49:50.712619 run                             mass: MS performed LU  {at=18961096.415796515, lu_delay=5.508501596748829, ms=00094}
22:49:50.877871 run                             mass: MS performed LU  {at=18961096.581200197, lu_delay=4.749240770936012, ms=00095}
22:49:51.312352 run                osmo-ms-mob/00099: Starting mobile
22:49:51.326107 run       osmo-ms-mob/00099(pid=233): Launched
22:49:51.332329 run                             mass: All started... {duration=55.74194356799126, too_slow=19}
22:49:51.338167 run                             mass: MS start registered  {at=18961097.04152411, delay=0.0058283694088459015, ms=00099}
22:49:52.696759 run                             mass: MS performed LU  {at=18961098.399976514, lu_delay=5.693683914840221, ms=00096}
22:49:52.950347 run                             mass: MS performed LU  {at=18961098.65368145, lu_delay=4.7145836018025875, ms=00097}
22:49:54.626649 run                             mass: MS performed LU  {at=18961100.329904232, lu_delay=5.104794375598431, ms=00098}
22:49:54.880587 run                             mass: MS performed LU  {at=18961100.583837617, lu_delay=22.90483107790351, ms=00070}
22:49:56.463971 run                             mass: MS performed LU  {at=18961102.16721615, lu_delay=5.125692039728165, ms=00099}
22:49:58.835341 run                             mass: MS performed LU  {at=18961104.538597196, lu_delay=22.802852977067232, ms=00079}
22:49:58.858469 run                             mass: Tests done {all_completed=True, max=22.90483107790351, min=3.7395126931369305}
22:49:58.864407 tst         register_default_mass.py: Test passed (95.6 sec)
22:49:58.870094 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminating (SIGTERM)
22:49:58.873525 run      osmo-hlr_127.0.42.2(pid=22): Terminating (SIGTERM)
22:49:58.876979 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminating (SIGTERM)
22:49:58.880427 run      osmo-stp_127.0.42.5(pid=24): Terminating (SIGTERM)
22:49:58.884095 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminating (SIGTERM)
22:49:58.887519 run      osmo-msc_127.0.42.6(pid=26): Terminating (SIGTERM)
22:49:58.890963 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminating (SIGTERM)
22:49:58.894395 run      osmo-mgw_127.0.42.3(pid=28): Terminating (SIGTERM)
22:49:58.897833 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminating (SIGTERM)
22:49:58.901270 run      osmo-mgw_127.0.42.4(pid=30): Terminating (SIGTERM)
22:49:58.904700 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminating (SIGTERM)
22:49:58.908136 run      osmo-bsc_127.0.42.7(pid=32): Terminating (SIGTERM)
22:49:58.911553 run         osmo-bts-virtual(pid=33): Terminating (SIGTERM)
22:49:58.914990 run   osmo-ms-virt-phy/00000(pid=34): Terminating (SIGTERM)
22:49:58.918426 run   osmo-ms-virt-phy/00001(pid=35): Terminating (SIGTERM)
22:49:58.921869 run   osmo-ms-virt-phy/00002(pid=36): Terminating (SIGTERM)
22:49:58.925346 run   osmo-ms-virt-phy/00003(pid=37): Terminating (SIGTERM)
22:49:58.928864 run   osmo-ms-virt-phy/00004(pid=38): Terminating (SIGTERM)
22:49:58.932326 run   osmo-ms-virt-phy/00005(pid=39): Terminating (SIGTERM)
22:49:58.935803 run   osmo-ms-virt-phy/00006(pid=40): Terminating (SIGTERM)
22:49:58.939281 run   osmo-ms-virt-phy/00007(pid=41): Terminating (SIGTERM)
22:49:58.942696 run   osmo-ms-virt-phy/00008(pid=42): Terminating (SIGTERM)
22:49:58.946182 run   osmo-ms-virt-phy/00009(pid=43): Terminating (SIGTERM)
22:49:58.949648 run   osmo-ms-virt-phy/00010(pid=44): Terminating (SIGTERM)
22:49:58.953116 run   osmo-ms-virt-phy/00011(pid=45): Terminating (SIGTERM)
22:49:58.956559 run   osmo-ms-virt-phy/00012(pid=46): Terminating (SIGTERM)
22:49:58.960674 run   osmo-ms-virt-phy/00013(pid=47): Terminating (SIGTERM)
22:49:58.964177 run   osmo-ms-virt-phy/00014(pid=48): Terminating (SIGTERM)
22:49:58.967679 run   osmo-ms-virt-phy/00015(pid=49): Terminating (SIGTERM)
22:49:58.971749 run   osmo-ms-virt-phy/00016(pid=50): Terminating (SIGTERM)
22:49:58.975387 run   osmo-ms-virt-phy/00017(pid=51): Terminating (SIGTERM)
22:49:58.979361 run   osmo-ms-virt-phy/00018(pid=52): Terminating (SIGTERM)
22:49:58.983189 run   osmo-ms-virt-phy/00019(pid=53): Terminating (SIGTERM)
22:49:58.986674 run   osmo-ms-virt-phy/00020(pid=54): Terminating (SIGTERM)
22:49:58.990188 run   osmo-ms-virt-phy/00021(pid=55): Terminating (SIGTERM)
22:49:58.993691 run   osmo-ms-virt-phy/00022(pid=56): Terminating (SIGTERM)
22:49:58.997171 run   osmo-ms-virt-phy/00023(pid=57): Terminating (SIGTERM)
22:49:59.000654 run   osmo-ms-virt-phy/00024(pid=58): Terminating (SIGTERM)
22:49:59.004170 run   osmo-ms-virt-phy/00025(pid=59): Terminating (SIGTERM)
22:49:59.007868 run   osmo-ms-virt-phy/00026(pid=60): Terminating (SIGTERM)
22:49:59.011359 run   osmo-ms-virt-phy/00027(pid=61): Terminating (SIGTERM)
22:49:59.014875 run   osmo-ms-virt-phy/00028(pid=62): Terminating (SIGTERM)
22:49:59.018356 run   osmo-ms-virt-phy/00029(pid=63): Terminating (SIGTERM)
22:49:59.021815 run   osmo-ms-virt-phy/00030(pid=64): Terminating (SIGTERM)
22:49:59.025498 run   osmo-ms-virt-phy/00031(pid=65): Terminating (SIGTERM)
22:49:59.028978 run   osmo-ms-virt-phy/00032(pid=66): Terminating (SIGTERM)
22:49:59.032443 run   osmo-ms-virt-phy/00033(pid=67): Terminating (SIGTERM)
22:49:59.035910 run   osmo-ms-virt-phy/00034(pid=68): Terminating (SIGTERM)
22:49:59.039402 run   osmo-ms-virt-phy/00035(pid=69): Terminating (SIGTERM)
22:49:59.042873 run   osmo-ms-virt-phy/00036(pid=70): Terminating (SIGTERM)
22:49:59.046346 run   osmo-ms-virt-phy/00037(pid=71): Terminating (SIGTERM)
22:49:59.049830 run   osmo-ms-virt-phy/00038(pid=72): Terminating (SIGTERM)
22:49:59.053320 run   osmo-ms-virt-phy/00039(pid=73): Terminating (SIGTERM)
22:49:59.056796 run   osmo-ms-virt-phy/00040(pid=74): Terminating (SIGTERM)
22:49:59.060265 run   osmo-ms-virt-phy/00041(pid=75): Terminating (SIGTERM)
22:49:59.063746 run   osmo-ms-virt-phy/00042(pid=76): Terminating (SIGTERM)
22:49:59.067205 run   osmo-ms-virt-phy/00043(pid=77): Terminating (SIGTERM)
22:49:59.070771 run   osmo-ms-virt-phy/00044(pid=78): Terminating (SIGTERM)
22:49:59.074256 run   osmo-ms-virt-phy/00045(pid=79): Terminating (SIGTERM)
22:49:59.077722 run   osmo-ms-virt-phy/00046(pid=80): Terminating (SIGTERM)
22:49:59.081210 run   osmo-ms-virt-phy/00047(pid=81): Terminating (SIGTERM)
22:49:59.084667 run   osmo-ms-virt-phy/00048(pid=82): Terminating (SIGTERM)
22:49:59.088161 run   osmo-ms-virt-phy/00049(pid=83): Terminating (SIGTERM)
22:49:59.091814 run   osmo-ms-virt-phy/00050(pid=84): Terminating (SIGTERM)
22:49:59.095373 run   osmo-ms-virt-phy/00051(pid=85): Terminating (SIGTERM)
22:49:59.099107 run   osmo-ms-virt-phy/00052(pid=86): Terminating (SIGTERM)
22:49:59.102644 run   osmo-ms-virt-phy/00053(pid=87): Terminating (SIGTERM)
22:49:59.106843 run   osmo-ms-virt-phy/00054(pid=88): Terminating (SIGTERM)
22:49:59.110325 run   osmo-ms-virt-phy/00055(pid=89): Terminating (SIGTERM)
22:49:59.113788 run   osmo-ms-virt-phy/00056(pid=90): Terminating (SIGTERM)
22:49:59.117266 run   osmo-ms-virt-phy/00057(pid=91): Terminating (SIGTERM)
22:49:59.120760 run   osmo-ms-virt-phy/00058(pid=92): Terminating (SIGTERM)
22:49:59.124866 run   osmo-ms-virt-phy/00059(pid=93): Terminating (SIGTERM)
22:49:59.128355 run   osmo-ms-virt-phy/00060(pid=94): Terminating (SIGTERM)
22:49:59.131889 run   osmo-ms-virt-phy/00061(pid=95): Terminating (SIGTERM)
22:49:59.135638 run   osmo-ms-virt-phy/00062(pid=96): Terminating (SIGTERM)
22:49:59.142550 run   osmo-ms-virt-phy/00063(pid=97): Terminating (SIGTERM)
22:49:59.146159 run   osmo-ms-virt-phy/00064(pid=98): Terminating (SIGTERM)
22:49:59.150074 run   osmo-ms-virt-phy/00065(pid=99): Terminating (SIGTERM)
22:49:59.153867 run  osmo-ms-virt-phy/00066(pid=100): Terminating (SIGTERM)
22:49:59.157432 run  osmo-ms-virt-phy/00067(pid=101): Terminating (SIGTERM)
22:49:59.160904 run  osmo-ms-virt-phy/00068(pid=102): Terminating (SIGTERM)
22:49:59.164353 run  osmo-ms-virt-phy/00069(pid=103): Terminating (SIGTERM)
22:49:59.168356 run  osmo-ms-virt-phy/00070(pid=104): Terminating (SIGTERM)
22:49:59.171846 run  osmo-ms-virt-phy/00071(pid=105): Terminating (SIGTERM)
22:49:59.175298 run  osmo-ms-virt-phy/00072(pid=106): Terminating (SIGTERM)
22:49:59.179067 run  osmo-ms-virt-phy/00073(pid=107): Terminating (SIGTERM)
22:49:59.182962 run  osmo-ms-virt-phy/00074(pid=108): Terminating (SIGTERM)
22:49:59.186945 run  osmo-ms-virt-phy/00075(pid=109): Terminating (SIGTERM)
22:49:59.190546 run  osmo-ms-virt-phy/00076(pid=110): Terminating (SIGTERM)
22:49:59.194196 run  osmo-ms-virt-phy/00077(pid=111): Terminating (SIGTERM)
22:49:59.197807 run  osmo-ms-virt-phy/00078(pid=112): Terminating (SIGTERM)
22:49:59.201423 run  osmo-ms-virt-phy/00079(pid=113): Terminating (SIGTERM)
22:49:59.205537 run  osmo-ms-virt-phy/00080(pid=114): Terminating (SIGTERM)
22:49:59.209133 run  osmo-ms-virt-phy/00081(pid=115): Terminating (SIGTERM)
22:49:59.212757 run  osmo-ms-virt-phy/00082(pid=116): Terminating (SIGTERM)
22:49:59.216353 run  osmo-ms-virt-phy/00083(pid=117): Terminating (SIGTERM)
22:49:59.219951 run  osmo-ms-virt-phy/00084(pid=118): Terminating (SIGTERM)
22:49:59.223536 run  osmo-ms-virt-phy/00085(pid=119): Terminating (SIGTERM)
22:49:59.227133 run  osmo-ms-virt-phy/00086(pid=120): Terminating (SIGTERM)
22:49:59.230726 run  osmo-ms-virt-phy/00087(pid=121): Terminating (SIGTERM)
22:49:59.234688 run  osmo-ms-virt-phy/00088(pid=122): Terminating (SIGTERM)
22:49:59.238321 run  osmo-ms-virt-phy/00089(pid=123): Terminating (SIGTERM)
22:49:59.241952 run  osmo-ms-virt-phy/00090(pid=124): Terminating (SIGTERM)
22:49:59.245538 run  osmo-ms-virt-phy/00091(pid=125): Terminating (SIGTERM)
22:49:59.249132 run  osmo-ms-virt-phy/00092(pid=126): Terminating (SIGTERM)
22:49:59.252721 run  osmo-ms-virt-phy/00093(pid=127): Terminating (SIGTERM)
22:49:59.256315 run  osmo-ms-virt-phy/00094(pid=128): Terminating (SIGTERM)
22:49:59.259929 run  osmo-ms-virt-phy/00095(pid=129): Terminating (SIGTERM)
22:49:59.263537 run  osmo-ms-virt-phy/00096(pid=130): Terminating (SIGTERM)
22:49:59.267137 run  osmo-ms-virt-phy/00097(pid=131): Terminating (SIGTERM)
22:49:59.270738 run  osmo-ms-virt-phy/00098(pid=132): Terminating (SIGTERM)
22:49:59.274362 run  osmo-ms-virt-phy/00099(pid=133): Terminating (SIGTERM)
22:49:59.277966 run       osmo-ms-mob/00000(pid=134): Terminating (SIGTERM)
22:49:59.281569 run       osmo-ms-mob/00001(pid=135): Terminating (SIGTERM)
22:49:59.285204 run       osmo-ms-mob/00002(pid=136): Terminating (SIGTERM)
22:49:59.288794 run       osmo-ms-mob/00003(pid=137): Terminating (SIGTERM)
22:49:59.292397 run       osmo-ms-mob/00004(pid=138): Terminating (SIGTERM)
22:49:59.295988 run       osmo-ms-mob/00005(pid=139): Terminating (SIGTERM)
22:49:59.299658 run       osmo-ms-mob/00006(pid=140): Terminating (SIGTERM)
22:49:59.303264 run       osmo-ms-mob/00007(pid=141): Terminating (SIGTERM)
22:49:59.306876 run       osmo-ms-mob/00008(pid=142): Terminating (SIGTERM)
22:49:59.310626 run       osmo-ms-mob/00009(pid=143): Terminating (SIGTERM)
22:49:59.314207 run       osmo-ms-mob/00010(pid=144): Terminating (SIGTERM)
22:49:59.317779 run       osmo-ms-mob/00011(pid=145): Terminating (SIGTERM)
22:49:59.321366 run       osmo-ms-mob/00012(pid=146): Terminating (SIGTERM)
22:49:59.324950 run       osmo-ms-mob/00013(pid=147): Terminating (SIGTERM)
22:49:59.328528 run       osmo-ms-mob/00014(pid=148): Terminating (SIGTERM)
22:49:59.332103 run       osmo-ms-mob/00015(pid=149): Terminating (SIGTERM)
22:49:59.335570 run       osmo-ms-mob/00016(pid=150): Terminating (SIGTERM)
22:49:59.339022 run       osmo-ms-mob/00017(pid=151): Terminating (SIGTERM)
22:49:59.342476 run       osmo-ms-mob/00018(pid=152): Terminating (SIGTERM)
22:49:59.345918 run       osmo-ms-mob/00019(pid=153): Terminating (SIGTERM)
22:49:59.349373 run       osmo-ms-mob/00020(pid=154): Terminating (SIGTERM)
22:49:59.352819 run       osmo-ms-mob/00021(pid=155): Terminating (SIGTERM)
22:49:59.356257 run       osmo-ms-mob/00022(pid=156): Terminating (SIGTERM)
22:49:59.359725 run       osmo-ms-mob/00023(pid=157): Terminating (SIGTERM)
22:49:59.363168 run       osmo-ms-mob/00024(pid=158): Terminating (SIGTERM)
22:49:59.366618 run       osmo-ms-mob/00025(pid=159): Terminating (SIGTERM)
22:49:59.370034 run       osmo-ms-mob/00026(pid=160): Terminating (SIGTERM)
22:49:59.373371 run       osmo-ms-mob/00027(pid=161): Terminating (SIGTERM)
22:49:59.376713 run       osmo-ms-mob/00028(pid=162): Terminating (SIGTERM)
22:49:59.380073 run       osmo-ms-mob/00029(pid=163): Terminating (SIGTERM)
22:49:59.383383 run       osmo-ms-mob/00030(pid=164): Terminating (SIGTERM)
22:49:59.386732 run       osmo-ms-mob/00031(pid=165): Terminating (SIGTERM)
22:49:59.390053 run       osmo-ms-mob/00032(pid=166): Terminating (SIGTERM)
22:49:59.393360 run       osmo-ms-mob/00033(pid=167): Terminating (SIGTERM)
22:49:59.396661 run       osmo-ms-mob/00034(pid=168): Terminating (SIGTERM)
22:49:59.399958 run       osmo-ms-mob/00035(pid=169): Terminating (SIGTERM)
22:49:59.403269 run       osmo-ms-mob/00036(pid=170): Terminating (SIGTERM)
22:49:59.406591 run       osmo-ms-mob/00037(pid=171): Terminating (SIGTERM)
22:49:59.409904 run       osmo-ms-mob/00038(pid=172): Terminating (SIGTERM)
22:49:59.413218 run       osmo-ms-mob/00039(pid=173): Terminating (SIGTERM)
22:49:59.416514 run       osmo-ms-mob/00040(pid=174): Terminating (SIGTERM)
22:49:59.419801 run       osmo-ms-mob/00041(pid=175): Terminating (SIGTERM)
22:49:59.423118 run       osmo-ms-mob/00042(pid=176): Terminating (SIGTERM)
22:49:59.426424 run       osmo-ms-mob/00043(pid=177): Terminating (SIGTERM)
22:49:59.429743 run       osmo-ms-mob/00044(pid=178): Terminating (SIGTERM)
22:49:59.433087 run       osmo-ms-mob/00045(pid=179): Terminating (SIGTERM)
22:49:59.436415 run       osmo-ms-mob/00046(pid=180): Terminating (SIGTERM)
22:49:59.439742 run       osmo-ms-mob/00047(pid=181): Terminating (SIGTERM)
22:49:59.443106 run       osmo-ms-mob/00048(pid=182): Terminating (SIGTERM)
22:49:59.446459 run       osmo-ms-mob/00049(pid=183): Terminating (SIGTERM)
22:49:59.449906 run       osmo-ms-mob/00050(pid=184): Terminating (SIGTERM)
22:49:59.453337 run       osmo-ms-mob/00051(pid=185): Terminating (SIGTERM)
22:49:59.456793 run       osmo-ms-mob/00052(pid=186): Terminating (SIGTERM)
22:49:59.460235 run       osmo-ms-mob/00053(pid=187): Terminating (SIGTERM)
22:49:59.463555 run       osmo-ms-mob/00054(pid=188): Terminating (SIGTERM)
22:49:59.466855 run       osmo-ms-mob/00055(pid=189): Terminating (SIGTERM)
22:49:59.470172 run       osmo-ms-mob/00056(pid=190): Terminating (SIGTERM)
22:49:59.473486 run       osmo-ms-mob/00057(pid=191): Terminating (SIGTERM)
22:49:59.476796 run       osmo-ms-mob/00058(pid=192): Terminating (SIGTERM)
22:49:59.480143 run       osmo-ms-mob/00059(pid=193): Terminating (SIGTERM)
22:49:59.483561 run       osmo-ms-mob/00060(pid=194): Terminating (SIGTERM)
22:49:59.486875 run       osmo-ms-mob/00061(pid=195): Terminating (SIGTERM)
22:49:59.490312 run       osmo-ms-mob/00062(pid=196): Terminating (SIGTERM)
22:49:59.493766 run       osmo-ms-mob/00063(pid=197): Terminating (SIGTERM)
22:49:59.497224 run       osmo-ms-mob/00064(pid=198): Terminating (SIGTERM)
22:49:59.500672 run       osmo-ms-mob/00065(pid=199): Terminating (SIGTERM)
22:49:59.503952 run       osmo-ms-mob/00066(pid=200): Terminating (SIGTERM)
22:49:59.507310 run       osmo-ms-mob/00067(pid=201): Terminating (SIGTERM)
22:49:59.510621 run       osmo-ms-mob/00068(pid=202): Terminating (SIGTERM)
22:49:59.513914 run       osmo-ms-mob/00069(pid=203): Terminating (SIGTERM)
22:49:59.517232 run       osmo-ms-mob/00070(pid=204): Terminating (SIGTERM)
22:49:59.520522 run       osmo-ms-mob/00071(pid=205): Terminating (SIGTERM)
22:49:59.523849 run       osmo-ms-mob/00072(pid=206): Terminating (SIGTERM)
22:49:59.527310 run       osmo-ms-mob/00073(pid=207): Terminating (SIGTERM)
22:49:59.530782 run       osmo-ms-mob/00074(pid=208): Terminating (SIGTERM)
22:49:59.534240 run       osmo-ms-mob/00075(pid=209): Terminating (SIGTERM)
22:49:59.537723 run       osmo-ms-mob/00076(pid=210): Terminating (SIGTERM)
22:49:59.541169 run       osmo-ms-mob/00077(pid=211): Terminating (SIGTERM)
22:49:59.544655 run       osmo-ms-mob/00078(pid=212): Terminating (SIGTERM)
22:49:59.548136 run       osmo-ms-mob/00079(pid=213): Terminating (SIGTERM)
22:49:59.551609 run       osmo-ms-mob/00080(pid=214): Terminating (SIGTERM)
22:49:59.555089 run       osmo-ms-mob/00081(pid=215): Terminating (SIGTERM)
22:49:59.558543 run       osmo-ms-mob/00082(pid=216): Terminating (SIGTERM)
22:49:59.562008 run       osmo-ms-mob/00083(pid=217): Terminating (SIGTERM)
22:49:59.565637 run       osmo-ms-mob/00084(pid=218): Terminating (SIGTERM)
22:49:59.569079 run       osmo-ms-mob/00085(pid=219): Terminating (SIGTERM)
22:49:59.572487 run       osmo-ms-mob/00086(pid=220): Terminating (SIGTERM)
22:49:59.575919 run       osmo-ms-mob/00087(pid=221): Terminating (SIGTERM)
22:49:59.579343 run       osmo-ms-mob/00088(pid=222): Terminating (SIGTERM)
22:49:59.582814 run       osmo-ms-mob/00089(pid=223): Terminating (SIGTERM)
22:49:59.586266 run       osmo-ms-mob/00090(pid=224): Terminating (SIGTERM)
22:49:59.589737 run       osmo-ms-mob/00091(pid=225): Terminating (SIGTERM)
22:49:59.593282 run       osmo-ms-mob/00092(pid=226): Terminating (SIGTERM)
22:49:59.596768 run       osmo-ms-mob/00093(pid=227): Terminating (SIGTERM)
22:49:59.600227 run       osmo-ms-mob/00094(pid=228): Terminating (SIGTERM)
22:49:59.603674 run       osmo-ms-mob/00095(pid=229): Terminating (SIGTERM)
22:49:59.607104 run       osmo-ms-mob/00096(pid=230): Terminating (SIGTERM)
22:49:59.610549 run       osmo-ms-mob/00097(pid=231): Terminating (SIGTERM)
22:49:59.613995 run       osmo-ms-mob/00098(pid=232): Terminating (SIGTERM)
22:49:59.617440 run       osmo-ms-mob/00099(pid=233): Terminating (SIGTERM)
22:49:59.620920 ---      ParallelTerminationStrategy: PID 21 died...
22:49:59.622458 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminated: ok {rc=0}
22:49:59.626256 ---      ParallelTerminationStrategy: PID 22 died...
22:49:59.627792 run      osmo-hlr_127.0.42.2(pid=22): Terminated: ok {rc=0}
22:49:59.631572 ---      ParallelTerminationStrategy: PID 23 died...
22:49:59.633114 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminated: ok {rc=0}
22:49:59.636926 ---      ParallelTerminationStrategy: PID 24 died...
22:49:59.638455 run      osmo-stp_127.0.42.5(pid=24): Terminated: ok {rc=0}
22:49:59.642250 ---      ParallelTerminationStrategy: PID 25 died...
22:49:59.643789 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminated: ok {rc=0}
22:49:59.647595 ---      ParallelTerminationStrategy: PID 26 died...
22:49:59.649136 run      osmo-msc_127.0.42.6(pid=26): Terminated: ok {rc=0}
22:49:59.652963 ---      ParallelTerminationStrategy: PID 27 died...
22:49:59.654512 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminated: ok {rc=0}
22:49:59.658337 ---      ParallelTerminationStrategy: PID 28 died...
22:49:59.659888 run      osmo-mgw_127.0.42.3(pid=28): Terminated {rc=15}
22:49:59.663723 ---      ParallelTerminationStrategy: PID 29 died...
22:49:59.665282 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminated: ok {rc=0}
22:49:59.669096 ---      ParallelTerminationStrategy: PID 30 died...
22:49:59.670655 run      osmo-mgw_127.0.42.4(pid=30): Terminated {rc=15}
22:49:59.674476 ---      ParallelTerminationStrategy: PID 31 died...
22:49:59.676013 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminated: ok {rc=0}
22:49:59.679845 ---      ParallelTerminationStrategy: PID 32 died...
22:49:59.681440 run      osmo-bsc_127.0.42.7(pid=32): Terminated: ok {rc=0}
22:49:59.685309 ---      ParallelTerminationStrategy: PID 34 died...
22:49:59.686883 run   osmo-ms-virt-phy/00000(pid=34): Terminated: ok {rc=0}
22:49:59.690758 ---      ParallelTerminationStrategy: PID 35 died...
22:49:59.692313 run   osmo-ms-virt-phy/00001(pid=35): Terminated: ok {rc=0}
22:49:59.696372 ---      ParallelTerminationStrategy: PID 36 died...
22:49:59.697924 run   osmo-ms-virt-phy/00002(pid=36): Terminated: ok {rc=0}
22:49:59.701778 ---      ParallelTerminationStrategy: PID 37 died...
22:49:59.703330 run   osmo-ms-virt-phy/00003(pid=37): Terminated: ok {rc=0}
22:49:59.707207 ---      ParallelTerminationStrategy: PID 38 died...
22:49:59.708779 run   osmo-ms-virt-phy/00004(pid=38): Terminated: ok {rc=0}
22:49:59.712616 ---      ParallelTerminationStrategy: PID 39 died...
22:49:59.714177 run   osmo-ms-virt-phy/00005(pid=39): Terminated: ok {rc=0}
22:49:59.717993 ---      ParallelTerminationStrategy: PID 40 died...
22:49:59.719534 run   osmo-ms-virt-phy/00006(pid=40): Terminated: ok {rc=0}
22:49:59.723437 ---      ParallelTerminationStrategy: PID 41 died...
22:49:59.724980 run   osmo-ms-virt-phy/00007(pid=41): Terminated: ok {rc=0}
22:49:59.728780 ---      ParallelTerminationStrategy: PID 42 died...
22:49:59.730328 run   osmo-ms-virt-phy/00008(pid=42): Terminated: ok {rc=0}
22:49:59.734139 ---      ParallelTerminationStrategy: PID 43 died...
22:49:59.735679 run   osmo-ms-virt-phy/00009(pid=43): Terminated: ok {rc=0}
22:49:59.739519 ---      ParallelTerminationStrategy: PID 44 died...
22:49:59.741064 run   osmo-ms-virt-phy/00010(pid=44): Terminated: ok {rc=0}
22:49:59.744866 ---      ParallelTerminationStrategy: PID 45 died...
22:49:59.746412 run   osmo-ms-virt-phy/00011(pid=45): Terminated: ok {rc=0}
22:49:59.750193 ---      ParallelTerminationStrategy: PID 46 died...
22:49:59.751723 run   osmo-ms-virt-phy/00012(pid=46): Terminated: ok {rc=0}
22:49:59.755518 ---      ParallelTerminationStrategy: PID 47 died...
22:49:59.757047 run   osmo-ms-virt-phy/00013(pid=47): Terminated: ok {rc=0}
22:49:59.760842 ---      ParallelTerminationStrategy: PID 48 died...
22:49:59.762385 run   osmo-ms-virt-phy/00014(pid=48): Terminated: ok {rc=0}
22:49:59.766175 ---      ParallelTerminationStrategy: PID 49 died...
22:49:59.767722 run   osmo-ms-virt-phy/00015(pid=49): Terminated: ok {rc=0}
22:49:59.771529 ---      ParallelTerminationStrategy: PID 50 died...
22:49:59.773058 run   osmo-ms-virt-phy/00016(pid=50): Terminated: ok {rc=0}
22:49:59.776854 ---      ParallelTerminationStrategy: PID 51 died...
22:49:59.778386 run   osmo-ms-virt-phy/00017(pid=51): Terminated: ok {rc=0}
22:49:59.782185 ---      ParallelTerminationStrategy: PID 52 died...
22:49:59.783735 run   osmo-ms-virt-phy/00018(pid=52): Terminated: ok {rc=0}
22:49:59.787550 ---      ParallelTerminationStrategy: PID 53 died...
22:49:59.789082 run   osmo-ms-virt-phy/00019(pid=53): Terminated: ok {rc=0}
22:49:59.792876 ---      ParallelTerminationStrategy: PID 54 died...
22:49:59.794412 run   osmo-ms-virt-phy/00020(pid=54): Terminated: ok {rc=0}
22:49:59.798213 ---      ParallelTerminationStrategy: PID 55 died...
22:49:59.799751 run   osmo-ms-virt-phy/00021(pid=55): Terminated: ok {rc=0}
22:49:59.803579 ---      ParallelTerminationStrategy: PID 56 died...
22:49:59.805116 run   osmo-ms-virt-phy/00022(pid=56): Terminated: ok {rc=0}
22:49:59.808893 ---      ParallelTerminationStrategy: PID 57 died...
22:49:59.810393 run   osmo-ms-virt-phy/00023(pid=57): Terminated: ok {rc=0}
22:49:59.814190 ---      ParallelTerminationStrategy: PID 58 died...
22:49:59.815725 run   osmo-ms-virt-phy/00024(pid=58): Terminated: ok {rc=0}
22:49:59.819410 ---      ParallelTerminationStrategy: PID 59 died...
22:49:59.820881 run   osmo-ms-virt-phy/00025(pid=59): Terminated: ok {rc=0}
22:49:59.824695 ---      ParallelTerminationStrategy: PID 60 died...
22:49:59.826221 run   osmo-ms-virt-phy/00026(pid=60): Terminated: ok {rc=0}
22:49:59.830020 ---      ParallelTerminationStrategy: PID 61 died...
22:49:59.831559 run   osmo-ms-virt-phy/00027(pid=61): Terminated: ok {rc=0}
22:49:59.835388 ---      ParallelTerminationStrategy: PID 62 died...
22:49:59.836923 run   osmo-ms-virt-phy/00028(pid=62): Terminated: ok {rc=0}
22:49:59.840724 ---      ParallelTerminationStrategy: PID 63 died...
22:49:59.842259 run   osmo-ms-virt-phy/00029(pid=63): Terminated: ok {rc=0}
22:49:59.845978 ---      ParallelTerminationStrategy: PID 64 died...
22:49:59.847463 run   osmo-ms-virt-phy/00030(pid=64): Terminated: ok {rc=0}
22:49:59.851239 ---      ParallelTerminationStrategy: PID 65 died...
22:49:59.852782 run   osmo-ms-virt-phy/00031(pid=65): Terminated: ok {rc=0}
22:49:59.856553 ---      ParallelTerminationStrategy: PID 66 died...
22:49:59.858101 run   osmo-ms-virt-phy/00032(pid=66): Terminated: ok {rc=0}
22:49:59.861886 ---      ParallelTerminationStrategy: PID 67 died...
22:49:59.863422 run   osmo-ms-virt-phy/00033(pid=67): Terminated: ok {rc=0}
22:49:59.867207 ---      ParallelTerminationStrategy: PID 68 died...
22:49:59.868754 run   osmo-ms-virt-phy/00034(pid=68): Terminated: ok {rc=0}
22:49:59.872583 ---      ParallelTerminationStrategy: PID 69 died...
22:49:59.874143 run   osmo-ms-virt-phy/00035(pid=69): Terminated: ok {rc=0}
22:49:59.878006 ---      ParallelTerminationStrategy: PID 70 died...
22:49:59.879557 run   osmo-ms-virt-phy/00036(pid=70): Terminated: ok {rc=0}
22:49:59.883342 ---      ParallelTerminationStrategy: PID 71 died...
22:49:59.884879 run   osmo-ms-virt-phy/00037(pid=71): Terminated: ok {rc=0}
22:49:59.888690 ---      ParallelTerminationStrategy: PID 72 died...
22:49:59.890224 run   osmo-ms-virt-phy/00038(pid=72): Terminated: ok {rc=0}
22:49:59.894058 ---      ParallelTerminationStrategy: PID 73 died...
22:49:59.895597 run   osmo-ms-virt-phy/00039(pid=73): Terminated: ok {rc=0}
22:49:59.899393 ---      ParallelTerminationStrategy: PID 74 died...
22:49:59.900934 run   osmo-ms-virt-phy/00040(pid=74): Terminated: ok {rc=0}
22:49:59.904687 ---      ParallelTerminationStrategy: PID 75 died...
22:49:59.906231 run   osmo-ms-virt-phy/00041(pid=75): Terminated: ok {rc=0}
22:49:59.909890 ---      ParallelTerminationStrategy: PID 76 died...
22:49:59.911423 run   osmo-ms-virt-phy/00042(pid=76): Terminated: ok {rc=0}
22:49:59.915225 ---      ParallelTerminationStrategy: PID 77 died...
22:49:59.916763 run   osmo-ms-virt-phy/00043(pid=77): Terminated: ok {rc=0}
22:49:59.920548 ---      ParallelTerminationStrategy: PID 78 died...
22:49:59.922121 run   osmo-ms-virt-phy/00044(pid=78): Terminated: ok {rc=0}
22:49:59.925926 ---      ParallelTerminationStrategy: PID 79 died...
22:49:59.927464 run   osmo-ms-virt-phy/00045(pid=79): Terminated: ok {rc=0}
22:49:59.931256 ---      ParallelTerminationStrategy: PID 80 died...
22:49:59.932795 run   osmo-ms-virt-phy/00046(pid=80): Terminated: ok {rc=0}
22:49:59.936559 ---      ParallelTerminationStrategy: PID 81 died...
22:49:59.938118 run   osmo-ms-virt-phy/00047(pid=81): Terminated: ok {rc=0}
22:49:59.941916 ---      ParallelTerminationStrategy: PID 82 died...
22:49:59.943457 run   osmo-ms-virt-phy/00048(pid=82): Terminated: ok {rc=0}
22:49:59.947242 ---      ParallelTerminationStrategy: PID 83 died...
22:49:59.948790 run   osmo-ms-virt-phy/00049(pid=83): Terminated: ok {rc=0}
22:49:59.952501 ---      ParallelTerminationStrategy: PID 84 died...
22:49:59.954057 run   osmo-ms-virt-phy/00050(pid=84): Terminated: ok {rc=0}
22:49:59.957884 ---      ParallelTerminationStrategy: PID 85 died...
22:49:59.959428 run   osmo-ms-virt-phy/00051(pid=85): Terminated: ok {rc=0}
22:49:59.963215 ---      ParallelTerminationStrategy: PID 86 died...
22:49:59.964763 run   osmo-ms-virt-phy/00052(pid=86): Terminated: ok {rc=0}
22:49:59.968550 ---      ParallelTerminationStrategy: PID 87 died...
22:49:59.970090 run   osmo-ms-virt-phy/00053(pid=87): Terminated: ok {rc=0}
22:49:59.973899 ---      ParallelTerminationStrategy: PID 88 died...
22:49:59.975433 run   osmo-ms-virt-phy/00054(pid=88): Terminated: ok {rc=0}
22:49:59.979234 ---      ParallelTerminationStrategy: PID 89 died...
22:49:59.980755 run   osmo-ms-virt-phy/00055(pid=89): Terminated: ok {rc=0}
22:49:59.984551 ---      ParallelTerminationStrategy: PID 90 died...
22:49:59.986083 run   osmo-ms-virt-phy/00056(pid=90): Terminated: ok {rc=0}
22:49:59.989878 ---      ParallelTerminationStrategy: PID 91 died...
22:49:59.991405 run   osmo-ms-virt-phy/00057(pid=91): Terminated: ok {rc=0}
22:49:59.995211 ---      ParallelTerminationStrategy: PID 92 died...
22:49:59.996838 run   osmo-ms-virt-phy/00058(pid=92): Terminated: ok {rc=0}
22:50:00.000580 ---      ParallelTerminationStrategy: PID 93 died...
22:50:00.002101 run   osmo-ms-virt-phy/00059(pid=93): Terminated: ok {rc=0}
22:50:00.005840 ---      ParallelTerminationStrategy: PID 94 died...
22:50:00.007371 run   osmo-ms-virt-phy/00060(pid=94): Terminated: ok {rc=0}
22:50:00.011133 ---      ParallelTerminationStrategy: PID 95 died...
22:50:00.012831 run   osmo-ms-virt-phy/00061(pid=95): Terminated: ok {rc=0}
22:50:00.016648 ---      ParallelTerminationStrategy: PID 96 died...
22:50:00.018187 run   osmo-ms-virt-phy/00062(pid=96): Terminated: ok {rc=0}
22:50:00.021985 ---      ParallelTerminationStrategy: PID 97 died...
22:50:00.023525 run   osmo-ms-virt-phy/00063(pid=97): Terminated: ok {rc=0}
22:50:00.027328 ---      ParallelTerminationStrategy: PID 98 died...
22:50:00.028907 run   osmo-ms-virt-phy/00064(pid=98): Terminated: ok {rc=0}
22:50:00.032711 ---      ParallelTerminationStrategy: PID 99 died...
22:50:00.034247 run   osmo-ms-virt-phy/00065(pid=99): Terminated: ok {rc=0}
22:50:00.038038 ---      ParallelTerminationStrategy: PID 100 died...
22:50:00.039584 run  osmo-ms-virt-phy/00066(pid=100): Terminated: ok {rc=0}
22:50:00.043371 ---      ParallelTerminationStrategy: PID 101 died...
22:50:00.044940 run  osmo-ms-virt-phy/00067(pid=101): Terminated: ok {rc=0}
22:50:00.048810 ---      ParallelTerminationStrategy: PID 102 died...
22:50:00.050340 run  osmo-ms-virt-phy/00068(pid=102): Terminated: ok {rc=0}
22:50:00.054137 ---      ParallelTerminationStrategy: PID 103 died...
22:50:00.055677 run  osmo-ms-virt-phy/00069(pid=103): Terminated: ok {rc=0}
22:50:00.059476 ---      ParallelTerminationStrategy: PID 104 died...
22:50:00.061004 run  osmo-ms-virt-phy/00070(pid=104): Terminated: ok {rc=0}
22:50:00.064807 ---      ParallelTerminationStrategy: PID 105 died...
22:50:00.066370 run  osmo-ms-virt-phy/00071(pid=105): Terminated: ok {rc=0}
22:50:00.070172 ---      ParallelTerminationStrategy: PID 106 died...
22:50:00.071704 run  osmo-ms-virt-phy/00072(pid=106): Terminated: ok {rc=0}
22:50:00.075511 ---      ParallelTerminationStrategy: PID 107 died...
22:50:00.077045 run  osmo-ms-virt-phy/00073(pid=107): Terminated: ok {rc=0}
22:50:00.080841 ---      ParallelTerminationStrategy: PID 108 died...
22:50:00.082327 run  osmo-ms-virt-phy/00074(pid=108): Terminated: ok {rc=0}
22:50:00.085972 ---      ParallelTerminationStrategy: PID 109 died...
22:50:00.087443 run  osmo-ms-virt-phy/00075(pid=109): Terminated: ok {rc=0}
22:50:00.091126 ---      ParallelTerminationStrategy: PID 110 died...
22:50:00.092664 run  osmo-ms-virt-phy/00076(pid=110): Terminated: ok {rc=0}
22:50:00.096316 ---      ParallelTerminationStrategy: PID 111 died...
22:50:00.097853 run  osmo-ms-virt-phy/00077(pid=111): Terminated: ok {rc=0}
22:50:00.101545 ---      ParallelTerminationStrategy: PID 112 died...
22:50:00.103086 run  osmo-ms-virt-phy/00078(pid=112): Terminated: ok {rc=0}
22:50:00.106887 ---      ParallelTerminationStrategy: PID 113 died...
22:50:00.108424 run  osmo-ms-virt-phy/00079(pid=113): Terminated: ok {rc=0}
22:50:00.112274 ---      ParallelTerminationStrategy: PID 114 died...
22:50:00.113880 run  osmo-ms-virt-phy/00080(pid=114): Terminated: ok {rc=0}
22:50:00.117681 ---      ParallelTerminationStrategy: PID 115 died...
22:50:00.119352 run  osmo-ms-virt-phy/00081(pid=115): Terminated: ok {rc=0}
22:50:00.123143 ---      ParallelTerminationStrategy: PID 116 died...
22:50:00.124684 run  osmo-ms-virt-phy/00082(pid=116): Terminated: ok {rc=0}
22:50:00.128462 ---      ParallelTerminationStrategy: PID 117 died...
22:50:00.130019 run  osmo-ms-virt-phy/00083(pid=117): Terminated: ok {rc=0}
22:50:00.133869 ---      ParallelTerminationStrategy: PID 118 died...
22:50:00.135418 run  osmo-ms-virt-phy/00084(pid=118): Terminated: ok {rc=0}
22:50:00.139224 ---      ParallelTerminationStrategy: PID 119 died...
22:50:00.140802 run  osmo-ms-virt-phy/00085(pid=119): Terminated: ok {rc=0}
22:50:00.144595 ---      ParallelTerminationStrategy: PID 120 died...
22:50:00.146150 run  osmo-ms-virt-phy/00086(pid=120): Terminated: ok {rc=0}
22:50:00.149955 ---      ParallelTerminationStrategy: PID 121 died...
22:50:00.151498 run  osmo-ms-virt-phy/00087(pid=121): Terminated: ok {rc=0}
22:50:00.155327 ---      ParallelTerminationStrategy: PID 122 died...
22:50:00.156899 run  osmo-ms-virt-phy/00088(pid=122): Terminated: ok {rc=0}
22:50:00.160728 ---      ParallelTerminationStrategy: PID 123 died...
22:50:00.162269 run  osmo-ms-virt-phy/00089(pid=123): Terminated: ok {rc=0}
22:50:00.166076 ---      ParallelTerminationStrategy: PID 124 died...
22:50:00.167615 run  osmo-ms-virt-phy/00090(pid=124): Terminated: ok {rc=0}
22:50:00.171419 ---      ParallelTerminationStrategy: PID 125 died...
22:50:00.172953 run  osmo-ms-virt-phy/00091(pid=125): Terminated: ok {rc=0}
22:50:00.176771 ---      ParallelTerminationStrategy: PID 126 died...
22:50:00.178316 run  osmo-ms-virt-phy/00092(pid=126): Terminated: ok {rc=0}
22:50:00.182128 ---      ParallelTerminationStrategy: PID 127 died...
22:50:00.183666 run  osmo-ms-virt-phy/00093(pid=127): Terminated: ok {rc=0}
22:50:00.187468 ---      ParallelTerminationStrategy: PID 128 died...
22:50:00.189030 run  osmo-ms-virt-phy/00094(pid=128): Terminated: ok {rc=0}
22:50:00.192926 ---      ParallelTerminationStrategy: PID 129 died...
22:50:00.194459 run  osmo-ms-virt-phy/00095(pid=129): Terminated: ok {rc=0}
22:50:00.198146 ---      ParallelTerminationStrategy: PID 130 died...
22:50:00.199637 run  osmo-ms-virt-phy/00096(pid=130): Terminated: ok {rc=0}
22:50:00.203349 ---      ParallelTerminationStrategy: PID 131 died...
22:50:00.204844 run  osmo-ms-virt-phy/00097(pid=131): Terminated: ok {rc=0}
22:50:00.208505 ---      ParallelTerminationStrategy: PID 132 died...
22:50:00.209995 run  osmo-ms-virt-phy/00098(pid=132): Terminated: ok {rc=0}
22:50:00.213663 ---      ParallelTerminationStrategy: PID 133 died...
22:50:00.215161 run  osmo-ms-virt-phy/00099(pid=133): Terminated: ok {rc=0}
22:50:00.218871 ---      ParallelTerminationStrategy: PID 134 died...
22:50:00.220367 run       osmo-ms-mob/00000(pid=134): Terminated {rc=26112}
22:50:00.224038 ---      ParallelTerminationStrategy: PID 135 died...
22:50:00.225533 run       osmo-ms-mob/00001(pid=135): Terminated {rc=26112}
22:50:00.229437 ---      ParallelTerminationStrategy: PID 136 died...
22:50:00.230990 run       osmo-ms-mob/00002(pid=136): Terminated {rc=26112}
22:50:00.234825 ---      ParallelTerminationStrategy: PID 137 died...
22:50:00.236493 run       osmo-ms-mob/00003(pid=137): Terminated {rc=26112}
22:50:00.240324 ---      ParallelTerminationStrategy: PID 138 died...
22:50:00.241869 run       osmo-ms-mob/00004(pid=138): Terminated {rc=26112}
22:50:00.245718 ---      ParallelTerminationStrategy: PID 139 died...
22:50:00.247256 run       osmo-ms-mob/00005(pid=139): Terminated {rc=26112}
22:50:00.251091 ---      ParallelTerminationStrategy: PID 140 died...
22:50:00.252634 run       osmo-ms-mob/00006(pid=140): Terminated {rc=26112}
22:50:00.256469 ---      ParallelTerminationStrategy: PID 141 died...
22:50:00.258023 run       osmo-ms-mob/00007(pid=141): Terminated {rc=26112}
22:50:00.261873 ---      ParallelTerminationStrategy: PID 142 died...
22:50:00.263421 run       osmo-ms-mob/00008(pid=142): Terminated {rc=26112}
22:50:00.267288 ---      ParallelTerminationStrategy: PID 143 died...
22:50:00.268899 run       osmo-ms-mob/00009(pid=143): Terminated {rc=26112}
22:50:00.272744 ---      ParallelTerminationStrategy: PID 144 died...
22:50:00.274285 run       osmo-ms-mob/00010(pid=144): Terminated {rc=26112}
22:50:00.278145 ---      ParallelTerminationStrategy: PID 145 died...
22:50:00.279686 run       osmo-ms-mob/00011(pid=145): Terminated {rc=26112}
22:50:00.283516 ---      ParallelTerminationStrategy: PID 146 died...
22:50:00.285065 run       osmo-ms-mob/00012(pid=146): Terminated {rc=26112}
22:50:00.288906 ---      ParallelTerminationStrategy: PID 147 died...
22:50:00.290437 run       osmo-ms-mob/00013(pid=147): Terminated {rc=26112}
22:50:00.294356 ---      ParallelTerminationStrategy: PID 148 died...
22:50:00.295912 run       osmo-ms-mob/00014(pid=148): Terminated {rc=26112}
22:50:00.299742 ---      ParallelTerminationStrategy: PID 149 died...
22:50:00.301283 run       osmo-ms-mob/00015(pid=149): Terminated {rc=26112}
22:50:00.305096 ---      ParallelTerminationStrategy: PID 150 died...
22:50:00.306571 run       osmo-ms-mob/00016(pid=150): Terminated {rc=26112}
22:50:00.310430 ---      ParallelTerminationStrategy: PID 151 died...
22:50:00.311984 run       osmo-ms-mob/00017(pid=151): Terminated {rc=26112}
22:50:00.315701 ---      ParallelTerminationStrategy: PID 152 died...
22:50:00.317186 run       osmo-ms-mob/00018(pid=152): Terminated {rc=26112}
22:50:00.320844 ---      ParallelTerminationStrategy: PID 153 died...
22:50:00.322318 run       osmo-ms-mob/00019(pid=153): Terminated {rc=26112}
22:50:00.325990 ---      ParallelTerminationStrategy: PID 154 died...
22:50:00.327486 run       osmo-ms-mob/00020(pid=154): Terminated {rc=26112}
22:50:00.331180 ---      ParallelTerminationStrategy: PID 155 died...
22:50:00.332648 run       osmo-ms-mob/00021(pid=155): Terminated {rc=26112}
22:50:00.336289 ---      ParallelTerminationStrategy: PID 156 died...
22:50:00.337795 run       osmo-ms-mob/00022(pid=156): Terminated {rc=26112}
22:50:00.341622 ---      ParallelTerminationStrategy: PID 157 died...
22:50:00.343118 run       osmo-ms-mob/00023(pid=157): Terminated {rc=26112}
22:50:00.346899 ---      ParallelTerminationStrategy: PID 158 died...
22:50:00.348445 run       osmo-ms-mob/00024(pid=158): Terminated {rc=26112}
22:50:00.352262 ---      ParallelTerminationStrategy: PID 159 died...
22:50:00.353768 run       osmo-ms-mob/00025(pid=159): Terminated {rc=26112}
22:50:00.357446 ---      ParallelTerminationStrategy: PID 160 died...
22:50:00.358912 run       osmo-ms-mob/00026(pid=160): Terminated {rc=26112}
22:50:00.362594 ---      ParallelTerminationStrategy: PID 161 died...
22:50:00.364097 run       osmo-ms-mob/00027(pid=161): Terminated {rc=26112}
22:50:00.367751 ---      ParallelTerminationStrategy: PID 162 died...
22:50:00.369235 run       osmo-ms-mob/00028(pid=162): Terminated {rc=26112}
22:50:00.372910 ---      ParallelTerminationStrategy: PID 163 died...
22:50:00.374412 run       osmo-ms-mob/00029(pid=163): Terminated {rc=26112}
22:50:00.378251 ---      ParallelTerminationStrategy: PID 164 died...
22:50:00.379798 run       osmo-ms-mob/00030(pid=164): Terminated {rc=26112}
22:50:00.407314 ---      ParallelTerminationStrategy: PID 165 died...
22:50:00.409483 run       osmo-ms-mob/00031(pid=165): Terminated {rc=26112}
22:50:00.413524 ---      ParallelTerminationStrategy: PID 166 died...
22:50:00.415056 run       osmo-ms-mob/00032(pid=166): Terminated {rc=26112}
22:50:00.418779 ---      ParallelTerminationStrategy: PID 167 died...
22:50:00.420268 run       osmo-ms-mob/00033(pid=167): Terminated {rc=26112}
22:50:00.424042 ---      ParallelTerminationStrategy: PID 168 died...
22:50:00.425586 run       osmo-ms-mob/00034(pid=168): Terminated {rc=26112}
22:50:00.429334 ---      ParallelTerminationStrategy: PID 169 died...
22:50:00.430842 run       osmo-ms-mob/00035(pid=169): Terminated {rc=26112}
22:50:00.434586 ---      ParallelTerminationStrategy: PID 170 died...
22:50:00.436104 run       osmo-ms-mob/00036(pid=170): Terminated {rc=26112}
22:50:00.439866 ---      ParallelTerminationStrategy: PID 171 died...
22:50:00.441495 run       osmo-ms-mob/00037(pid=171): Terminated {rc=26112}
22:50:00.445330 ---      ParallelTerminationStrategy: PID 172 died...
22:50:00.446848 run       osmo-ms-mob/00038(pid=172): Terminated {rc=26112}
22:50:00.450594 ---      ParallelTerminationStrategy: PID 173 died...
22:50:00.452105 run       osmo-ms-mob/00039(pid=173): Terminated {rc=26112}
22:50:00.455903 ---      ParallelTerminationStrategy: PID 174 died...
22:50:00.457404 run       osmo-ms-mob/00040(pid=174): Terminated {rc=26112}
22:50:00.461183 ---      ParallelTerminationStrategy: PID 175 died...
22:50:00.462686 run       osmo-ms-mob/00041(pid=175): Terminated {rc=26112}
22:50:00.466443 ---      ParallelTerminationStrategy: PID 176 died...
22:50:00.467957 run       osmo-ms-mob/00042(pid=176): Terminated {rc=26112}
22:50:00.471705 ---      ParallelTerminationStrategy: PID 177 died...
22:50:00.473221 run       osmo-ms-mob/00043(pid=177): Terminated {rc=26112}
22:50:00.477009 ---      ParallelTerminationStrategy: PID 178 died...
22:50:00.478560 run       osmo-ms-mob/00044(pid=178): Terminated {rc=26112}
22:50:00.482445 ---      ParallelTerminationStrategy: PID 179 died...
22:50:00.484022 run       osmo-ms-mob/00045(pid=179): Terminated {rc=26112}
22:50:00.487954 ---      ParallelTerminationStrategy: PID 180 died...
22:50:00.489498 run       osmo-ms-mob/00046(pid=180): Terminated {rc=26112}
22:50:00.493344 ---      ParallelTerminationStrategy: PID 181 died...
22:50:00.494924 run       osmo-ms-mob/00047(pid=181): Terminated {rc=26112}
22:50:00.498784 ---      ParallelTerminationStrategy: PID 182 died...
22:50:00.500301 run       osmo-ms-mob/00048(pid=182): Terminated {rc=26112}
22:50:00.504194 ---      ParallelTerminationStrategy: PID 183 died...
22:50:00.505808 run       osmo-ms-mob/00049(pid=183): Terminated {rc=26112}
22:50:00.509741 ---      ParallelTerminationStrategy: PID 184 died...
22:50:00.511324 run       osmo-ms-mob/00050(pid=184): Terminated {rc=26112}
22:50:00.515135 ---      ParallelTerminationStrategy: PID 185 died...
22:50:00.516683 run       osmo-ms-mob/00051(pid=185): Terminated {rc=26112}
22:50:00.520446 ---      ParallelTerminationStrategy: PID 186 died...
22:50:00.521960 run       osmo-ms-mob/00052(pid=186): Terminated {rc=26112}
22:50:00.525769 ---      ParallelTerminationStrategy: PID 187 died...
22:50:00.527307 run       osmo-ms-mob/00053(pid=187): Terminated {rc=26112}
22:50:00.531101 ---      ParallelTerminationStrategy: PID 188 died...
22:50:00.532637 run       osmo-ms-mob/00054(pid=188): Terminated {rc=26112}
22:50:00.536463 ---      ParallelTerminationStrategy: PID 189 died...
22:50:00.538050 run       osmo-ms-mob/00055(pid=189): Terminated {rc=26112}
22:50:00.541955 ---      ParallelTerminationStrategy: PID 190 died...
22:50:00.543508 run       osmo-ms-mob/00056(pid=190): Terminated {rc=26112}
22:50:00.547360 ---      ParallelTerminationStrategy: PID 191 died...
22:50:00.548883 run       osmo-ms-mob/00057(pid=191): Terminated {rc=26112}
22:50:00.552662 ---      ParallelTerminationStrategy: PID 192 died...
22:50:00.554190 run       osmo-ms-mob/00058(pid=192): Terminated {rc=26112}
22:50:00.558043 ---      ParallelTerminationStrategy: PID 193 died...
22:50:00.559648 run       osmo-ms-mob/00059(pid=193): Terminated {rc=26112}
22:50:00.563601 ---      ParallelTerminationStrategy: PID 194 died...
22:50:00.565199 run       osmo-ms-mob/00060(pid=194): Terminated {rc=26112}
22:50:00.569150 ---      ParallelTerminationStrategy: PID 195 died...
22:50:00.570733 run       osmo-ms-mob/00061(pid=195): Terminated {rc=26112}
22:50:00.574718 ---      ParallelTerminationStrategy: PID 196 died...
22:50:00.576308 run       osmo-ms-mob/00062(pid=196): Terminated {rc=26112}
22:50:00.580281 ---      ParallelTerminationStrategy: PID 197 died...
22:50:00.581878 run       osmo-ms-mob/00063(pid=197): Terminated {rc=26112}
22:50:00.585861 ---      ParallelTerminationStrategy: PID 198 died...
22:50:00.587450 run       osmo-ms-mob/00064(pid=198): Terminated {rc=26112}
22:50:00.591395 ---      ParallelTerminationStrategy: PID 199 died...
22:50:00.592994 run       osmo-ms-mob/00065(pid=199): Terminated {rc=26112}
22:50:00.596984 ---      ParallelTerminationStrategy: PID 200 died...
22:50:00.598579 run       osmo-ms-mob/00066(pid=200): Terminated {rc=26112}
22:50:00.602747 ---      ParallelTerminationStrategy: PID 201 died...
22:50:00.604309 run       osmo-ms-mob/00067(pid=201): Terminated {rc=26112}
22:50:00.608120 ---      ParallelTerminationStrategy: PID 202 died...
22:50:00.609704 run       osmo-ms-mob/00068(pid=202): Terminated {rc=26112}
22:50:00.613453 ---      ParallelTerminationStrategy: PID 203 died...
22:50:00.614925 run       osmo-ms-mob/00069(pid=203): Terminated {rc=26112}
22:50:00.618569 ---      ParallelTerminationStrategy: PID 204 died...
22:50:00.620049 run       osmo-ms-mob/00070(pid=204): Terminated {rc=26112}
22:50:00.623717 ---      ParallelTerminationStrategy: PID 205 died...
22:50:00.625188 run       osmo-ms-mob/00071(pid=205): Terminated {rc=26112}
22:50:00.628872 ---      ParallelTerminationStrategy: PID 206 died...
22:50:00.630338 run       osmo-ms-mob/00072(pid=206): Terminated {rc=26112}
22:50:00.633973 ---      ParallelTerminationStrategy: PID 207 died...
22:50:00.635455 run       osmo-ms-mob/00073(pid=207): Terminated {rc=26112}
22:50:00.639107 ---      ParallelTerminationStrategy: PID 208 died...
22:50:00.640574 run       osmo-ms-mob/00074(pid=208): Terminated {rc=26112}
22:50:00.644243 ---      ParallelTerminationStrategy: PID 209 died...
22:50:00.645793 run       osmo-ms-mob/00075(pid=209): Terminated {rc=26112}
22:50:00.649528 ---      ParallelTerminationStrategy: PID 210 died...
22:50:00.650997 run       osmo-ms-mob/00076(pid=210): Terminated {rc=26112}
22:50:00.654665 ---      ParallelTerminationStrategy: PID 211 died...
22:50:00.656128 run       osmo-ms-mob/00077(pid=211): Terminated {rc=26112}
22:50:00.659768 ---      ParallelTerminationStrategy: PID 212 died...
22:50:00.661256 run       osmo-ms-mob/00078(pid=212): Terminated {rc=26112}
22:50:00.664923 ---      ParallelTerminationStrategy: PID 213 died...
22:50:00.666385 run       osmo-ms-mob/00079(pid=213): Terminated {rc=26112}
22:50:00.670045 ---      ParallelTerminationStrategy: PID 214 died...
22:50:00.671506 run       osmo-ms-mob/00080(pid=214): Terminated {rc=26112}
22:50:00.675171 ---      ParallelTerminationStrategy: PID 215 died...
22:50:00.676661 run       osmo-ms-mob/00081(pid=215): Terminated {rc=26112}
22:50:00.680397 ---      ParallelTerminationStrategy: PID 216 died...
22:50:00.681939 run       osmo-ms-mob/00082(pid=216): Terminated {rc=26112}
22:50:00.685765 ---      ParallelTerminationStrategy: PID 217 died...
22:50:00.687374 run       osmo-ms-mob/00083(pid=217): Terminated {rc=26112}
22:50:00.691174 ---      ParallelTerminationStrategy: PID 218 died...
22:50:00.692725 run       osmo-ms-mob/00084(pid=218): Terminated {rc=26112}
22:50:00.696544 ---      ParallelTerminationStrategy: PID 219 died...
22:50:00.698089 run       osmo-ms-mob/00085(pid=219): Terminated {rc=26112}
22:50:00.701905 ---      ParallelTerminationStrategy: PID 220 died...
22:50:00.703417 run       osmo-ms-mob/00086(pid=220): Terminated {rc=26112}
22:50:00.707196 ---      ParallelTerminationStrategy: PID 221 died...
22:50:00.708719 run       osmo-ms-mob/00087(pid=221): Terminated {rc=26112}
22:50:00.712522 ---      ParallelTerminationStrategy: PID 222 died...
22:50:00.714069 run       osmo-ms-mob/00088(pid=222): Terminated {rc=26112}
22:50:00.717894 ---      ParallelTerminationStrategy: PID 223 died...
22:50:00.719431 run       osmo-ms-mob/00089(pid=223): Terminated {rc=26112}
22:50:00.723223 ---      ParallelTerminationStrategy: PID 224 died...
22:50:00.724749 run       osmo-ms-mob/00090(pid=224): Terminated {rc=26112}
22:50:00.728541 ---      ParallelTerminationStrategy: PID 225 died...
22:50:00.730079 run       osmo-ms-mob/00091(pid=225): Terminated {rc=26112}
22:50:00.733915 ---      ParallelTerminationStrategy: PID 226 died...
22:50:00.735448 run       osmo-ms-mob/00092(pid=226): Terminated {rc=26112}
22:50:00.739230 ---      ParallelTerminationStrategy: PID 227 died...
22:50:00.740755 run       osmo-ms-mob/00093(pid=227): Terminated {rc=26112}
22:50:00.744556 ---      ParallelTerminationStrategy: PID 228 died...
22:50:00.746081 run       osmo-ms-mob/00094(pid=228): Terminated {rc=26112}
22:50:00.749869 ---      ParallelTerminationStrategy: PID 229 died...
22:50:00.751334 run       osmo-ms-mob/00095(pid=229): Terminated {rc=26112}
22:50:00.755037 ---      ParallelTerminationStrategy: PID 230 died...
22:50:00.756557 run       osmo-ms-mob/00096(pid=230): Terminated {rc=26112}
22:50:00.760179 ---      ParallelTerminationStrategy: PID 231 died...
22:50:00.761665 run       osmo-ms-mob/00097(pid=231): Terminated {rc=26112}
22:50:00.765402 ---      ParallelTerminationStrategy: PID 232 died...
22:50:00.766868 run       osmo-ms-mob/00098(pid=232): Terminated {rc=26112}
22:50:00.770544 ---      ParallelTerminationStrategy: PID 233 died...
22:50:00.772063 run       osmo-ms-mob/00099(pid=233): Terminated {rc=26112}
22:50:04.175736 ---      ParallelTerminationStrategy: PID 33 died...
22:50:04.178191 run         osmo-bts-virtual(pid=33): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8064 netreg_mass PASS
---------------------------------------------------------------------
22:50:04.288276 tst                       trial-8064: Storing JUnit report in /build/trial-8064/run.2025-08-20_22-48-22/trial-8064.xml

--------------------------------------------------------------------------------------------
trial-8064 PASS
--------------------------------------------------------------------------------------------
22:50:04.299210 tst                       trial-8064: trial-8064: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (95.6 sec)
+ exit_code=0
+ rm -rf trial-8064/inst
+ cd trial-8064
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-08-20 22:48:22
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8064-run.tgz run.2025-08-20_22-48-22
+ tar czf /build/trial-8064-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-08-20_13_25_56.tgz osmo-bts-oc2g.build-2025-08-20_00_51_33.tgz osmo-bts-sysmo.build-2025-08-20_00_51_35.tgz osmo-bts.build-2025-08-20_00_51_39.tgz osmo-ggsn.build-2025-08-20_20_42_33.tgz osmo-hlr.build-2025-08-20_16_36_50.tgz osmo-hnbgw.build-2025-08-20_13_28_40.tgz osmo-mgw.build-2025-08-20_08_33_14.tgz osmo-msc.build-2025-08-20_13_32_08.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-20_07_34_06.tgz osmo-pcu-sysmo.build-2025-08-20_07_36_10.tgz osmo-pcu.build-2025-08-20_07_36_16.tgz osmo-sgsn.build-2025-08-20_20_48_49.tgz osmo-stp.build-2025-08-20_13_22_55.tgz osmo-trx.build-2025-08-20_14_30_44.tgz osmocom-bb.build-2025-08-20_21_17_13.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x

### Clean up ###

+ trap - EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS